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

Latest commit

 

History

History
40 lines (16 loc) · 622 Bytes

DOCUMENTATION.md

File metadata and controls

40 lines (16 loc) · 622 Bytes

Dash export plugin for doxdox.

index.js

plugin(data)

Dash export plugin for doxdox.

Parameters
Name Type Description
data Array Methods parsed using a doxdox parser.  
Examples
parseInputs(inputs, {'parser': 'dox', 'layout': 'dash'}).then(content => console.log(content));
Returns
  • Promise Promise with generated content.

Documentation generated with doxdox.