Changelog
0.17.1
Changelog
0.17.0
Add new @apiDeprecated annotation. Add new @apiPrivate annotation.
CLI
--private false|true
parameter to export @apiPrivate
marked methods.Parser
Template
Changelog
0.16.0
Greatest improvement: Plugin support
apidoc search now in global node modules dir and local node_modules
for modules that start with apidoc-plugin-
. (local installed plugins have higher priority)
View / clone: apidoc-plugin-test With a plugin you can add features like new parsers (this was possible before only with CLI param) or filters and workers.
Start adding hooks. Hooks can be used in plugins to extend or transform data.
If you need a hook in apidoc-core please add your hook and provide a pull request. How to add a hook into apidoc-core view source code
CLI
Parser
apidoc --encoding utf8
Template
Changelog
0.15.0
CLI
Parser
Template
Changelog
0.14.0
CLI
Parser
:
in @apiParam names.Template
Changelog
0.13.2
Changelog
0.13.0
Important changes:
CLI
-c
).-i
).Template
template.forceLanguage
in apidoc.json
to set a fixed language file without auto-detect the browser language.Parser
@apiParam {(CustomType)[http://...link-to-description.html]}