@emdaer/plugin-documentation

An emdaer plugin to generate documentation from your code comments using documentationjs

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@emdaer/plugin-documentation
14363.2.313 years ago6 years agoMinified + gzip package size for @emdaer/plugin-documentation in KB

Readme



@emdaer/plugin-documentation ยท Travis Documented with emdaer Maintained with lerna

An emdaer plugin to generate documentation from your code comments using documentationjs

Usage

@emdaer/plugin-documentation is an emdaer plugin โ€“ see the emdaer monorepo for more information

Documentation

Example

documentationPlugin

Render documentation from specified source code.

Parameters

  • options any
    • options.sources array? Globs that specify the paths to the documentation sources.

Examples


<!--emdaer-p
  - '@emdaer/plugin-documentation'
  - sources:
    - ./src/index.js
-->

Returns Promise<string> The rendered documentation

Usage in README


<!--emdaer-p
  - '@emdaer/plugin-documentation'
  - sources:
    - ./src/index.js
-->