doxdox-plugin-handlebars
Version:
Custom Handlebars template plugin for doxdox.
41 lines (16 loc) • 672 B
Markdown
# [doxdox-plugin-handlebars](https://github.com/neogeek/doxdox-plugin-handlebars) *2.0.0*
> Custom Handlebars template plugin for doxdox.
### index.js
#### plugin(data)
Custom Handlebars template plugin for doxdox.
##### Parameters
| Name | Type | Description | |
| ---- | ---- | ----------- | -------- |
| data | `Array` | Methods parsed using a doxdox parser. | |
##### Examples
```javascript
parseInputs(inputs, {'parser': 'dox', 'layout': 'template.hbs'}).then(content => console.log(content));
```
##### Returns
- `Promise` Promise with generated content.
*Documentation generated with [doxdox](https://github.com/neogeek/doxdox).*