GtkRadiant GPL Source Release

Travis Bradshaw 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
Doxygen_files 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
contrib 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
include 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
libs 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
plugins 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
radiant 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
setup 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
tools 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
CHANGES 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
COMPILING 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
CONTRIBUTORS 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
DoxyConfig 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
Doxyfile 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
GPL 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
GtkRadiant.prj 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
GtkRadiant.sln 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
LGPL 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
LICENSE 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
README.doxygen 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
README.txt 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
SConscript 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
SConstruct 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
TODO 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
gen.dsp 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
gen.readme 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
gen.vcproj 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
gendox 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
generic_cpp.py 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
generic_h.py 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
generic_module.py 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
install.py 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
makeversion.py 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
radiant.dsw 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
run_python.bat 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos
touch.py 0991a5ce8b The GtkRadiant sources as originally released under the GPL license. %!s(int64=13) %!d(string=hai) anos

README.doxygen

Documentation for generating doxygen documentation
---------------------------------------------------------

1. Options for gendox
More up-to-date command line options are available via
the command ./gendox --help

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

* This will produce documentation for the include files,
and output to the directory specified one level above the
current directory.

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 the script is called without any target directories
it will generate documentation for the core of radiant...
include/ libs/ radiant/ and plugins/

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 :]
(gefdavis@dingoblue.net.au)
---------------------------------------------------------