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
anyoptions.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
-->