How To Parse JSDoc
I have an HTML file. There are some JSDoc inside like this: /** * If true, this slider is disabled. A disabled slider cannot be tapped * or dragged to change the slider value.
Solution 1:
There are several JSDoc parsers out there. Take a look into doctrine and jsdoc-parse for example.
Post a Comment for "How To Parse JSDoc"