Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

nested modules with angular-jsdoc #105

Open
WillBDaniels opened this issue Jan 10, 2017 · 1 comment
Open

nested modules with angular-jsdoc #105

WillBDaniels opened this issue Jan 10, 2017 · 1 comment

Comments

@WillBDaniels
Copy link

WillBDaniels commented Jan 10, 2017

I've been trying to figure out how I would go about creating nested modules with angular-jsdoc, but I'm coming up a bit dry. For example, a file structure like so:

app-module.js --
###########|
###########|----app-submodule-module.js
###########|##############|
###########| ##############|--app-submodule-config.js
###########|
###########|---app-submodule2-module.js

(pardon the #'s, I'm not sure how to make a nice file tree in markdown comments)
etc. etc. how would I represent such a hierarchy? I've tried having app.js have the following for docs:
`
/**

**/
`

And then the submodules be:
`
/**

but it creates a structure as you can see in the following image:

github_image

Any help would be hugely appreciated! And just to be extra clear, I'm curious if there is a way to do multiple-nested items (a la: a 'tree' structure for the documentation)

@RobAWarner
Copy link

+1 I am also looking for a way to do this for a project I am working on

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

No branches or pull requests

2 participants