The open-source, cross-platform level editor for id Tech based games.
Go to file
rpolzer eb8babab1a win32 font fix, win32 build fix by ingar
git-svn-id: svn://svn.icculus.org/netradiant/trunk@130 61c419a2-8eb2-4b30-bcec-8cead039b335
2008-11-21 10:53:43 +00:00
contrib more path lengths 2008-11-07 15:54:07 +00:00
Doxygen_files s/GtkRadiant/NetRadiant/ 2008-09-17 13:32:43 +00:00
games/NexuizPack add new entities def 2008-11-04 20:38:30 +00:00
icons oops... improved radiant.ico (now 16x16 version too) 2008-09-19 05:54:24 +00:00
include fix OpenGL erorr bug on XP software renderer; use svn:ignore 2008-09-18 06:57:13 +00:00
libs win32 font fix, win32 build fix by ingar 2008-11-21 10:53:43 +00:00
plugins Some not THAT memory demanding limits extension; 2008-11-20 14:25:50 +00:00
radiant win32 font fix, win32 build fix by ingar 2008-11-21 10:53:43 +00:00
setup/data git-svn-id: svn://svn.icculus.org/netradiant/trunk@87 61c419a2-8eb2-4b30-bcec-8cead039b335 2008-09-18 09:39:06 +00:00
tools Some not THAT memory demanding limits extension; 2008-11-20 14:25:50 +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 missing changelog 2008-11-05 07:10:29 +00:00
CHANGES initial 2008-09-13 18:28:57 +00:00
COMPILING add description 2008-09-15 14:36:49 +00:00
conftest.cpp dependency test (like configure) 2008-09-17 05:58:57 +00:00
CONTRIBUTORS initial 2008-09-13 18:28:57 +00:00
cross-Makefile.conf git-svn-id: svn://svn.icculus.org/netradiant/trunk@87 61c419a2-8eb2-4b30-bcec-8cead039b335 2008-09-18 09:39:06 +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 radiant: make rotate/scale dialogs non-modal 2008-09-19 12:31:32 +00:00
Makefile.conf add empty makefile.conf template, so the makefile notices cross->native build type changes too 2008-09-16 18:04:29 +00:00
README.doxygen initial 2008-09-13 18:28:57 +00:00
TODO add [-z-]'s todo 2008-09-19 06:09:56 +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)
---------------------------------------------------------