angular / dgeni-packages

A collection of dgeni packages for generating documentation from source code.
MIT License
142 stars 106 forks source link

ParameterDoc is extending ExportDoc #261

Closed devversion closed 6 years ago

devversion commented 6 years ago

For some reason the ParameterDoc is always extending from the ExportDoc class. This makes instanceof ExportDoc checks wrong, because technically a parameter is not always exported.

petebacondarwin commented 6 years ago

Ouch! I think it should just implement the ApiDoc interface.