Closed CMR-DEV closed 2 years ago
Hello, the problem is that see link is attached to some method or other entity and the only entity here is the constructor, and if you hide it, there are no more entities display, thus empty page. I am not sure what other entity you could attach it too
I'm using docdash
1.2.0
to document virtual classes for an external module to give a quick reference to the offical docs with@see
like this:However this results in an empty page for each class (even for the one with the description):
When I remove the
@hideconstructor
tag everything is built as expected, but I don't want the constructor in my docs I just want to reference the offical docs of theese classes. In the JSDoc's default template however the@see
reference is drawn even when@hideconstructor
is present. So I don't think this behaviour is intended.