googleapis / jsdoc-fresh

A clean, responsive documentation template with search and navigation highlighting for JSDoc 3.
Apache License 2.0
14 stars 10 forks source link

Ignores @namespace #33

Open methodbox opened 4 years ago

methodbox commented 4 years ago

Thanks for stopping by to let us know something could be better!

Environment details

Steps to reproduce

  1. Install jsdoc-dash and configure JSDoc.
  2. Use @namespace in your comments per JSDoc docs: https://jsdoc.app/tags-namespace.html
  3. Build the docs and notice that no namespaces are listed (only shows globals in my test).

Making sure to follow these steps will guarantee the quickest resolution possible.

Thanks!

sofisl commented 4 years ago

Hey @methodbox! Can you show us an example of your code and output? Thanks in advance!

methodbox commented 4 years ago

Hey @methodbox! Can you show us an example of your code and output? Thanks in advance!

I’m out today, but I’ll provide an example tomorrow when I’m back. Thanks for taking a look!

sofisl commented 3 years ago

@methodbox, after doing some investigation, this isn't something currently supported by the template we're using, so I think this is more of a feature request.

With that in mind, can you provide some more details on how this should be displayed/any ideas for the feature request?

Thanks!