arrow-docgen
Version:
Arrow API Documentation Generator
19 lines (12 loc) • 900 B
Markdown
> This is the Arrow API Documentation Generator library. Requires [arrow-objectmodel](https://github.com/appcelerator/arrow-objectmodel) to generate documentation.
To generate a documentation page for the objectmodel, use such as:
```javascript
var docgen = require('arrow-docgen');
docgen.generate(objectmodel, config,function(err, html){
console.log('completed');
});
```
This source code is licensed as part of the Appcelerator Enterprise Platform and subject to the End User License Agreement and Enterprise License and Ordering Agreement. Copyright (c) 2014 by Appcelerator, Inc. All Rights Reserved. This source code is Proprietary and Confidential to Appcelerator, Inc.