Using Min-Devkit to generate usefull reference documentation

maybites's icon

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:

screenshot

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

dict resources

Is there a way to achieve this?