Using Min-Devkit to generate usefull reference documentation
Hi
I am currently developing a package based on http://cycling74.github.io/min-devkit/ and would like to document my externals as thoroughly as possible.
I am using this format:
// add message
message<> angleTo { this, "angleTo", "Returns the angle between this quaternion and the given quaternion in radians. "...
which renders like this:

But I would like to provide more information like in this example for the message 'append':

Is there a way to achieve this?