This package has been deprecated

Author message:

No longer maintained.

apidox

2.0.5 • Public • Published

apidox

Generate node.js API markdown with dox

Build Status

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 @param w/ two levels of sub-items
  • <ul> of @throws w/ one level of sub-items
  • @return with one level of <ul> items
  • <ul> of @see (w/ dox URL 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.md

Output

Installation

NPM

npm install apidox

API

Documentation

License

MIT

Contributors

Tests

npm test

/apidox/

    Package Sidebar

    Install

    npm i apidox

    Weekly Downloads

    28

    Version

    2.0.5

    License

    MIT

    Unpacked Size

    36.9 kB

    Total Files

    12

    Last publish

    Collaborators

    • codeactual