This documentation is automatically generated from the source code by doxygen.
To create or update the documentation you will need to download and install doxygen. If you can do a command line build of Nebula then you can update by entering.
> cd nebula/code/src > make doc
Or you can run the Tcl script gendox.tcl
in nebula/bin
.
> tclsh gendox.tcl <config filename>
If you don't give a config file name then gendox.tcl
will run
doxygen for all nebula*.cfg
files. On Windows you can simply double-click
on gendox.tcl
and it will create all the documentation.
Note: You should run this twice to allow doxygen to generate cross module links.
Select a module from the navigation bar to view the documentation.