documentation
Advanced tools
Changelog
2.0.1
@param
tags that refer to properties of unmentioned objects: these
will warn instead of crashing. For instance, /** @param {boolean} foo.bar */
.--shallow
option in CLIChangelog
2.0.0
docset
support from documentation.js: this will be supported
by a 3rd party tool in the future. This removal means that we no longer have
node-sqlite3 as a dependency, and documentation can be installed on systems
without a compile toolchain.@param {Type} options.option
,
are now nested under their parent parameter.Changelog
1.3.0
name
from class
and event
tagspolyglot
option and --polyglot
CLI option/**
* @param {Type} [param=defaultValue]
*/