JSDOC-TOOLKIT(1) | jsdoc-toolkit User Manual | JSDOC-TOOLKIT(1) |
jsdoc - automatic generator for HTML documentation of Javascript sources
jsdoc {-d=<PATH> | --directory=<PATH>} [options] <SRC_DIR_OR_FILE> ...
jsdoc [{-h | --help}]
This manual page documents briefly the jsdoc command.
jsdoc is application, written in JavaScript, for automatically generating template-formatted, multi-page HTML (or XML, JSON, or any other text-based) documentation from commented JavaScript source code.
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the info(1) files.
-a, --allfunction
-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]...
The following bugs are known bugs:
Does not support spaces in arguments
Georges Khaznadar <georgesk@ofset.org>
Copyright © 2011 Georges Khaznadar
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-2.
01/05/2021 | jsdoc-toolkit |