arrow-docgen

Arrow API Documentation Generator

Usage no npm install needed!

<script type="module">
  import arrowDocgen from 'https://cdn.skypack.dev/arrow-docgen';
</script>

README

Arrow API Documentation Generator Build Status

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.