Hi,
I'm using @hideconstructor
to hide constructor from markdown documents. I even coupled it with @private
, but constructor is always documented.
Example (I tried every combination of @private
and @hideconstructor
)
/** * Some details * @public * @hideconstructor */ class MyClass { /** * Constructor details * @private * @hideconstructor */ constructor() { this.attr = 1; } }
Kind Regards,
curquhart, klasjersevi, RomanFrom710, stefan505, whitlockjc and 1 more
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4