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
Going to close this ticket in favor of the very similar one posted by Cameron a few days ago: #424
As it stands, documentation.js does require some handwritten documentation in order for things to be included. I think this is the right default, given that it reflects the behavior of other documentation generators and an on-by-default behavior would introduce the potential pitfall of how to not document a specific thing that shouldn't be included.
Right now it seems like I need to add a JSDoc comment for the function/var/method to be documented.
I would like to have
g
be part of my API docs even when there is no JSDoc for it.Similarly for methods:
Similarly I would like
m
andn
to be listed as methods ofC
Is there an option to do this?
The text was updated successfully, but these errors were encountered: