The open source, cross platform level editor for idtech games
Go to file
namespace 83f709aa55 Fixed dbghelp.dll issue on Linux, copy is now OS-dependant
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@170 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-05-11 20:21:47 +00:00
Doxygen_files ok 2006-02-10 22:01:20 +00:00
contrib - Fixed brushexport2 output float-format (Shaderman) 2007-04-15 13:51:17 +00:00
include git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@167 8a3a26a2-13c4-0310-b231-cf6edde360e5 2007-04-28 18:37:37 +00:00
libs - Fix: Added missing xml-writer pop-calls 2007-03-27 12:42:30 +00:00
plugins - Fix: Added missing xml-writer pop-calls 2007-03-27 12:42:30 +00:00
radiant - Disabled auto-search for texbrowser and entityinspector even when the option 2007-04-26 18:14:45 +00:00
setup ufo ai bitmaps for setup 2007-04-28 19:24:40 +00:00
tools - Fixed q3map2 lightbounce bug (by Unknown) 2007-04-26 13:16:37 +00:00
CHANGES - Disabled auto-search for texbrowser and entityinspector even when the option 2007-04-26 18:14:45 +00:00
COMPILING Linux compile fix and updated COMPILING 2007-03-04 15:03:15 +00:00
CONTRIBUTORS (THIS IS A TRANSITIONAL REVISION, DO NOT USE, WAIT FOR UPDATED DEPS) 2007-03-03 18:01:05 +00:00
DoxyConfig ok 2006-02-10 22:01:20 +00:00
Doxyfile ok 2006-02-10 22:01:20 +00:00
GPL ok 2006-02-10 22:01:20 +00:00
GtkRadiant.prj ok 2006-02-10 22:01:20 +00:00
GtkRadiant.sln tiny fix for vc 2007-03-02 21:38:36 +00:00
LGPL ok 2006-02-10 22:01:20 +00:00
LICENSE ok 2006-02-10 22:01:20 +00:00
README.doxygen ok 2006-02-10 22:01:20 +00:00
SConscript final fix for ufoai 2007-01-06 13:47:21 +00:00
SConstruct applied patch: stack-backtrace support on linux; use new DebugHelp API on win32 2006-07-09 14:27:06 +00:00
TODO - Added Undo/Redo-Toolbarbuttons (Shaderman) 2007-01-24 19:40:32 +00:00
gen.readme ok 2006-02-10 22:01:20 +00:00
gen.vcproj - Radiant is now Vista compatible (Aero must be disabled) 2007-02-28 20:55:39 +00:00
gendox ok 2006-02-10 22:01:20 +00:00
generic_cpp.py ok 2006-02-10 22:01:20 +00:00
generic_h.py ok 2006-02-10 22:01:20 +00:00
generic_module.py ok 2006-02-10 22:01:20 +00:00
install.py Fixed dbghelp.dll issue on Linux, copy is now OS-dependant 2007-05-11 20:21:47 +00:00
makeversion.py removed makeversion.py svn reference since it was a constant troublemaker 2007-05-11 20:11:16 +00:00
run_python.bat ok 2006-02-10 22:01:20 +00:00
svn.py - Added Undo/Redo-Toolbarbuttons (Shaderman) 2007-01-24 19:40:32 +00:00
touch.py ok 2006-02-10 22:01:20 +00:00

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 [ <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)
---------------------------------------------------------