The open source, cross platform level editor for idtech games
Go to file
spog e483272c36 added msvc dlls to install.py; added svn revision lookup to makeversion.py; updated COMPILING
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@9 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-02-12 19:47:01 +00:00
Doxygen_files ok 2006-02-10 22:01:20 +00:00
contrib ok 2006-02-10 22:01:20 +00:00
include added msvc dlls to install.py; added svn revision lookup to makeversion.py; updated COMPILING 2006-02-12 19:47:01 +00:00
libs ok 2006-02-10 22:01:20 +00:00
plugins added install.py; updated COMPILING; fixed q3 shader transparency rendering; jedi academy hint/caulk filtering 2006-02-11 23:57:16 +00:00
radiant added install.py; updated COMPILING; fixed q3 shader transparency rendering; jedi academy hint/caulk filtering 2006-02-11 23:57:16 +00:00
setup added msvc dlls to install.py; added svn revision lookup to makeversion.py; updated COMPILING 2006-02-12 19:47:01 +00:00
tools ok 2006-02-10 22:01:20 +00:00
CHANGES added install.py; updated COMPILING; fixed q3 shader transparency rendering; jedi academy hint/caulk filtering 2006-02-11 23:57:16 +00:00
COMPILING added msvc dlls to install.py; added svn revision lookup to makeversion.py; updated COMPILING 2006-02-12 19:47:01 +00:00
CONTRIBUTORS ok 2006-02-10 22:01:20 +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 ok 2006-02-10 22:01:20 +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 ok 2006-02-10 22:01:20 +00:00
SConstruct ok 2006-02-10 22:01:20 +00:00
TODO ok 2006-02-10 22:01:20 +00:00
gen.dsp ok 2006-02-10 22:01:20 +00:00
gen.readme ok 2006-02-10 22:01:20 +00:00
gen.vcproj added msvc dlls to install.py; added svn revision lookup to makeversion.py; updated COMPILING 2006-02-12 19:47:01 +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 added msvc dlls to install.py; added svn revision lookup to makeversion.py; updated COMPILING 2006-02-12 19:47:01 +00:00
makeversion.py added msvc dlls to install.py; added svn revision lookup to makeversion.py; updated COMPILING 2006-02-12 19:47:01 +00:00
radiant.dsw ok 2006-02-10 22:01:20 +00:00
run_python.bat ok 2006-02-10 22:01:20 +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)
---------------------------------------------------------