angular / dgeni-packages

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

feat(jsdoc): add support for version tag #302

Closed lmores closed 3 years ago

lmores commented 3 years ago

Add support for jsdoc @version tag,

lmores commented 3 years ago

@petebacondarwin: hi, with respect to your previous comment about porting javascript code to more modern standard, I saw that anonymous functions inside the tagDefs folder do not use the arrow notation, so I kept the same style.

Also: in the previous PR you asked me to rebase the code of that PR after the javascript style changes took place, however it seems to me that you actually did everything. Am I wrong or is there something I am missing?

lmores commented 3 years ago

Done