Popularity
3.6
Growing
Activity
0.0
Stable
893
42
257

Programming language: HTML
License: GNU General Public License v3.0 or later
Tags: Documentation     API     Coffeescript     Docs     Apidocs     Javadoc     Jsdoc     Yui    
Latest version: v0.10.2

YUIDoc alternatives and similar libraries

Based on the "Documentation" category.
Alternatively, view YUIDoc alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of YUIDoc or a related project?

Add another 'Documentation' Library

README

YUIDoc

YUI's JavaScript Documentation engine.

npm Version Build Status Dependency Status

Overview

YUIDoc is a Node.js application used at build time to generate API documentation for JavaScript code. YUIDoc is comment-driven and supports a wide range of JavaScript coding styles. The output of YUIDoc is API documentation formatted as a set of HTML pages including information about methods, properties, custom events and inheritance for JavaScript objects.

YUIDoc was originally written for the YUI Project; it uses YUI JavaScript and CSS in the generated files and it supports common YUI conventions like Custom Events. That said, it can be used easily and productively on non-YUI code.

Installation

npm install -g yuidocjs

Documentation

Contributing

Please see the [CONTRIBUTING.md](CONTRIBUTING.md).

License

This software is free to use under the Yahoo Inc. BSD license. See the [LICENSE file](LICENSE) for license text and copyright information.


*Note that all licence references and agreements mentioned in the YUIDoc README section above are relevant to that project's source code only.