User Tools

Site Tools


jsdoc

JSDoc

Snippet from Wikipedia: JSDoc

JSDoc is a markup language used to annotate JavaScript source code files. Using comments containing JSDoc, programmers can add documentation describing the application programming interface of the code they're creating. This is then processed, by various tools, to produce documentation in accessible formats like HTML and Rich Text Format. The JSDoc specification is released under CC BY-SA 3.0, while its companion documentation generator and parser library is free software under the Apache License 2.0.

jsdoc.txt · Last modified: 2022/01/01 02:33 by 127.0.0.1