Skip to content Skip to sidebar Skip to footer

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"