You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* foo!
* @category A
*/
function foo(){}
/**
* bar!
* @category A
*/
function bar(){}
/**
* baz!
* @category B
*/
function baz(){}
/**
* foobar!
* @category B
*/
function foobar(){}
Running through jsdoc2md -g grouped simple.js gives me a global index in this format:
I really really want those globals grouped by categories. --group-by didn't seem to have any effect. Is this not a supported feature, or am I using it wrong?
The text was updated successfully, but these errors were encountered:
I have the following js (
simple.js
):Running through
jsdoc2md -g grouped simple.js
gives me a global index in this format:I really really want those globals grouped by categories.
--group-by
didn't seem to have any effect. Is this not a supported feature, or am I using it wrong?The text was updated successfully, but these errors were encountered: