2.0.5 • Published 5 years ago
apidox v2.0.5
apidox
Generate node.js API markdown with dox
Markdown
Main differences from dox --api:
- Method references are auto-linked to associated sections
- Links to Table of Contents and parent object's section
<ul>of@paramw/ two levels of sub-items<ul>of@throwsw/ one level of sub-items@returnwith one level of<ul>items<ul>of@see(w/doxURL detection intact)- Boldfaced section headings (ex.
Configuration:) in method summaries - Source file link
Examples
CLI
cd /path/to/proj
apidox --input lib/util/index.js --output docs/Util.mdOutput
Installation
NPM
npm install apidoxAPI
License
MIT
Contributors
Tests
npm test