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
Some classes treated as constructor and displayed accordingly. This causes links to such classes to be broken. How can I made them to be shown as class?
Some classes treated as
constructor
and displayed accordingly. This causes links to such classes to be broken. How can I made them to be shown asclass
?Classes shown in UI as
class
: src/docs.Classes shown in UI as
constructor
: src/docs, src/docs, src/docs.I played with
jsdoc
section ofdocma.json
but it doesn't help. Then tried to generate docs withJSDoc
using this configand all classes displayed as expected.
The text was updated successfully, but these errors were encountered: