Open bigtimebuddy opened 3 years ago
Ah, yes. webdoc doesn't recognize type
definitions from the code. If you don't give it the @typedef
tag, it fails to resolve the documentation to any type.
I'll be adding support for this sometime soon. Do you think we should also add type
support to pixi-webdoc-template
?
Or should type BasisBinding
become a typedef
by inference?
Yeah, I think this should be a typedef by inference. It weird that there's an error though because these statement have @ignore
, why is that?
@bigtimebuddy The parser still parses the whole document even if @ignore
is specified. @ignore
marked documents are pruned after the fact:
I agree this is a weakness of the architecture.
These error keep popping up for me when I built the docs.
All these instances are all trying to document type. Here's an example.
Changing this to the following made it go away: