Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Files

Latest commit

bbfff53 · Feb 27, 2019

History

History
40 lines (16 loc) · 672 Bytes

DOCUMENTATION.md

File metadata and controls

40 lines (16 loc) · 672 Bytes

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
parseInputs(inputs, {'parser': 'dox', 'layout': 'template.hbs'}).then(content => console.log(content));
Returns
  • Promise Promise with generated content.

Documentation generated with doxdox.