GtkRadiant GPL Source Release
usage: "sh gendox [ ] [ -o ]" or "./gendox [ ] [ -o ]"
The directory, or directories to generate the documentation from.
-o Specifies the output directory which should follow the -o switch
-q --quiet Stops the script from outputing status information, other than errors.
-k --kill Kills other running doxygen pids.
eg: ./gendox include/ -o ../Documentation
The target can be the current directory "./" in which case doxygen will generate documentation for all subdirectories of the current directory recursively.
The default output directory is currently ...
../GtkRadiant-doxygen
If there are specific options that you'd like to customise, the DoxyConfig file is used to generate the file from which doxygen gets its settings from. So any changes that need to be made should be made to this file.
Gef :]