Dear dacdosh developers,
This is beautiful tool, thank you !
My question: when i document an instance member, e.g.,
/**
* @member {double} tau
* @memberof Belief
* @instance
* @description The degree of belief between -1 (false), 0 (unknown) and true (1), 0 by default.
*/
it does appear in the doc page but not in the menu, whereas a static (i.e., replacing @instance by @static) make it appears in the menu with a # prefix (which is fine). Is there something i miss ?
Best regards.
Dear dacdosh developers,
This is beautiful tool, thank you !
My question: when i document an instance member, e.g.,
/**
* @member {double} tau
* @memberof Belief
* @instance
* @description The degree of belief between -1 (false), 0 (unknown) and true (1), 0 by default.
*/
it does appear in the doc page but not in the menu, whereas a static (i.e., replacing @instance by @static) make it appears in the menu with a # prefix (which is fine). Is there something i miss ?
Best regards.