Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to group html output by module #527

Closed
doberkofler opened this issue Sep 5, 2016 · 4 comments
Closed

How to group html output by module #527

doberkofler opened this issue Sep 5, 2016 · 4 comments

Comments

@doberkofler
Copy link

When processing multiple modules, I would expect to see the functions in each module grouped by module but the output (as shown) does not seem to do so. Is this generally possible and if so how?

documentation example:
2016-09-05 10_16_33-_ documentation

jsdoc example:
2016-09-05 10_48_54-jsdoc_ module_ ods_js_ods

@montogeek
Copy link
Contributor

Create an object with methods and document that Object, voila!

@jasonLaster
Copy link

You can use the @module @memberof stanzas. http://github.com/jlongster/debugger.html/blob/master/public/js/actions/breakpoints.js#L25

devtools-html.github.io/debugger.html/reference/

@maikelmclauflin
Copy link

maikelmclauflin commented Sep 26, 2016

can i see an example of this? i'm having a bit of trouble doing this
... had to go back to using cli for now :/

@gre
Copy link

gre commented Nov 1, 2016

not sure if that solve your initial concern, but it would be interesting if we could group the table of content: #582

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants