UNPKG

doxdox-plugin-bootstrap

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