TeamVelocity / teamvelocity.github.io

Source code for the Team Velocity Site
Apache License 2.0
1 stars 0 forks source link

ESDoc Does not work with object literals #4

Closed bmweiner closed 6 years ago

bmweiner commented 6 years ago

ES Doc will not generate docs for code wrapped in an object literal. The engine code must be modified to comment out the object literal before running npm run docs.

bmweiner commented 6 years ago

We can use this workaround to generate any API document updates