arrow-docgen
v1.0.1
Published
Arrow API Documentation Generator
Downloads
122
Maintainers
Readme
Arrow API Documentation Generator
This is the Arrow API Documentation Generator library. Requires arrow-objectmodel to generate documentation.
Usage
To generate a documentation page for the objectmodel, use such as:
var docgen = require('arrow-docgen');
docgen.generate(objectmodel, config,function(err, html){
console.log('completed');
});
License
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.