Hosted on SourceForge



About
Overview
Features
Install
CVS
Mailing Lists


Manual
Files organisation
Compiling
Testing
Documenting
Going on inline


Documentation
Java classes
Stylesheets


  Documenting
> Documenting


Documenting your code

For building the Java code documentation:

./build.sh javadoc

For building the XSL stylesheets documentation:

./build.sh xsldoc

By default, documentation is generated under webapps/chello/javadoc and webapps/chello/xsldoc. This can be changed in the build.xml file


Chello Documentation

The Chello documentation you are currently reading is generated from XML files using Cocoon.

Documentation sources are under the srcdoc directory. To rebuild the documentation just do:

./build.sh doc

It's a good idea to reuse this system for your own project documentation




Chello Documentation