JSDOC2(1) | jsdoc2 User Manual | JSDOC2(1) |
NAME¶
jsdoc2 - Automatic documentation generation tool for JavaScript
SYNOPSIS¶
jsdoc2 [OPTIONS] [<SRC_DIR>] [<SRC_FILE>] [...]
jsdoc2 --help
USAGE¶
A valid command line to run jsdoc2 might look like this:
jsdoc2 -a -t=templates/jsdoc mycode.js
DESCRIPTION¶
This manual page documents briefly the jsdoc2 command.
This manual page was written for the Debian distribution because the original program does not have a manual page.
jsdoc2 is an automatic documentation generation tool for JavaScript. It is written in JavaScript and is run from a command line (or terminal) and uses NodeJS.
Using this tool you can automatically turn JavaDoc-like comments in your JavaScript source code into published output files, such as HTML or XML.
OPTIONS¶
-a, --allfunctions
-c, --conf
-d=PATH, --directory=PATH
-D="myVar:My value", --define="myVar:My value"
-e=ENCODING, --encoding=ENCODING
-E=REGEX, --exclude=REGEX
-h, --help
-m, --multiples
-n, --nocode
-o=PATH, --out=PATH
-p, --private
-q, --quiet
-r=DEPTH, --recurse=DEPTH
-s, --suppress
-S, --securemodules
-t=PATH, --template=PATH
-T, --test
-u, --unique
-v, --verbose
-x=<EXT>[,EXT]..., --ext=<EXT>[,EXT]...
AUTHOR¶
Georges Khaznadar <georgesk@debian.org>
COPYRIGHT¶
Copyright © 2024 georgesk
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
02/12/2024 | jsdoc2 |