This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 0280961067f8e3ba669d7187a401744a7834b236
tree 0723e465d2bba35c8339d762ff8545b3307a410e
parent ade5d806335a62ca9d2fd1a587eb2d5dc3bfd055
tree 0723e465d2bba35c8339d762ff8545b3307a410e
parent ade5d806335a62ca9d2fd1a587eb2d5dc3bfd055
yuidoc /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat May 16 13:47:59 -0700 2009 | |
| |
CHANGES | Mon Dec 08 08:05:01 -0800 2008 | |
| |
INSTALL | Thu Jul 02 18:39:14 -0700 2009 | |
| |
README | Mon Dec 08 11:28:24 -0800 2008 | |
| |
TAGS | Mon Oct 08 11:42:58 -0700 2007 | |
| |
bin/ | ||
| |
ext/ | Fri Dec 05 14:58:27 -0800 2008 | |
| |
license.txt | Mon Feb 09 17:05:19 -0800 2009 | |
| |
template/ | ||
| |
test/ |
README
yuidoc README
yuidoc is a set of tools to generate the API documentation for the JavaScript
in the YUI library. The docs are derived completely from JavaDoc style
comment blocks; no attempt is made to understand the javascript itself.
yuidoc requires Python 2.3+ with the following extensions:
simplejson - for reading and writing json
cheetah - for generating the html docs
pygments - for colorizing the source
The code for yuidoc is provided under a BSD license:
http://developer.yahoo.net/yui/license.html
Project home page:
http://developer.yahoo.com/yui/yuidoc/
Source code:
http://github.com/yui/yuidoc
Issue tracker:
http://yuilibrary.com/projects/yuidoc
Files:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
README
This file
CHANGES
The change log
INSTALL
Installation instructions
TAGS
Supported tags
license.txt
Open source license details.
bin/yuidoc_parse.py
The comment block parser. Parses all javascript files in the the specified
directories and outputs a single file containing a json structure of the
parsed documentation.
bin/yuidoc_highlight.py
Colorizes the script source
bin/yuidoc_generate.py
Reads the json output from parser.py and generates HTML docs.
bin/yuidoc.py
Wrapper for yuidoc_parse, yuidoc_highlight, and yuidoc_generate
bin/example.sh
An example shell script to run both the parser and generator on a src tree
bin/example.bat
An example batch for for DOS/Windows
ext
External required packages, provided for convenience








