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
I am having issues understanding the rendering of the menu when I have nested modules, namespaces, etc. The usage of memberof .. etc. renders the content properly using jsdoc but not in docma.
Was taking a look at #58 and I have a similar observations of the rendering of items above and below the index.js. Those above are the ones with the wrong order.
Hello,
I am having issues understanding the rendering of the menu when I have nested modules, namespaces, etc. The usage of
memberof
.. etc. renders the content properly usingjsdoc
but not in docma.I have a main namespace defined as:
And then two namespaces
bmrExtension.uikit
andbmrExtension.profile
and modulesacl
andloggers
defined as:The module loggers itself has members and so far everything renders nicely.
Now, I want to add a new module that is a
memberof
the main namespacebmrExtension
and has a bunch of members.and then I have:
and this is where it becomes interesting:
only two are nested properly, one is completely missing and two are nested wrongly.
When I try and render using
jsdoc
I get the correct member hierarchy:Would love to hear your thoughts on this.
The text was updated successfully, but these errors were encountered: