The open-source, cross-platform level editor for id Tech based games.
Go to file
rpolzer 21a6a62a8b add version/aboutmsg replacements
git-svn-id: svn://svn.icculus.org/netradiant/trunk@69 61c419a2-8eb2-4b30-bcec-8cead039b335
2008-09-16 17:52:41 +00:00
contrib the historic move: getting rid of all visual studio project stuff, now that the mingw build works 2008-09-16 08:15:52 +00:00
Doxygen_files initial 2008-09-13 18:28:57 +00:00
games/NexuizPack initial 2008-09-13 18:28:57 +00:00
include add version/aboutmsg replacements 2008-09-16 17:52:41 +00:00
libs the historic move: getting rid of all visual studio project stuff, now that the mingw build works 2008-09-16 08:15:52 +00:00
plugins the historic move: getting rid of all visual studio project stuff, now that the mingw build works 2008-09-16 08:15:52 +00:00
radiant the historic move: getting rid of all visual studio project stuff, now that the mingw build works 2008-09-16 08:15:52 +00:00
setup/data/tools oops, get back setup/data/tools 2008-09-16 11:34:35 +00:00
tools the historic move: getting rid of all visual studio project stuff, now that the mingw build works 2008-09-16 08:15:52 +00:00
.patchsets can I commit again? 2008-09-13 19:03:29 +00:00
branch-manager add branch-manager to (perhaps) take over changes from Radiant 1.5 svn 2008-09-13 18:33:43 +00:00
ChangeLog HA! make now replaces scons 2008-09-15 12:28:02 +00:00
CHANGES initial 2008-09-13 18:28:57 +00:00
COMPILING add description 2008-09-15 14:36:49 +00:00
CONTRIBUTORS initial 2008-09-13 18:28:57 +00:00
cross-Makefile.conf more makefile fixes 2008-09-16 17:49:33 +00:00
DoxyConfig initial 2008-09-13 18:28:57 +00:00
Doxyfile initial 2008-09-13 18:28:57 +00:00
gen.readme initial 2008-09-13 18:28:57 +00:00
gendox initial 2008-09-13 18:28:57 +00:00
generic_cpp.py initial 2008-09-13 18:28:57 +00:00
generic_h.py initial 2008-09-13 18:28:57 +00:00
generic_module.py initial 2008-09-13 18:28:57 +00:00
GPL initial 2008-09-13 18:28:57 +00:00
install-dlls.sh make the makefile a bit more customizable 2008-09-16 16:05:27 +00:00
LGPL initial 2008-09-13 18:28:57 +00:00
LICENSE initial 2008-09-13 18:28:57 +00:00
Makefile more makefile fixes 2008-09-16 17:49:33 +00:00
q3map2build.sh initial 2008-09-13 18:28:57 +00:00
README.doxygen initial 2008-09-13 18:28:57 +00:00
run_python.bat initial 2008-09-13 18:28:57 +00:00
svn-commit.tmp initial 2008-09-13 18:28:57 +00:00
TODO initial 2008-09-13 18:28:57 +00:00

 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 [ <target(s)> ] [ -o <output_dir> ]"
    or "./gendox [ <target(s)> ] [ -o <output_dir> ]"

<target(s)> 
  The directory, or directories to generate the 
  documentation from.

-o
  Specifies the output directory <output_dir> 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)
---------------------------------------------------------