getdocs
getdocs copied to clipboard
Getdocs is not JSDoc
Maybe? I don't think I've ever defined an exported item this way. But you could, and getdocs will currently explode if you try to document such a thing.
Recognize that `exports` is a special object, and treat assignments to it as exported top-level definitions And equate an assignment to `module.exports` to a definition of an item named `default`...
Currently, the tool will complain about the property being defined multiple times. Not sure how important this is, but it's a bug.