The open-source, cross-platform level editor for id Tech based games.
Go to file
divverent ba342c2f4a up MAX_BUILD_SIDES to match MAX_BRUSH_SIDES
git-svn-id: svn://svn.icculus.org/netradiant/trunk@381 61c419a2-8eb2-4b30-bcec-8cead039b335
2009-06-12 21:00:52 +00:00
contrib fix Gtk warnings about nonzero page_size in spin buttons 2009-04-28 13:04:53 +00:00
Doxygen_files s/GtkRadiant/NetRadiant/ 2008-09-17 13:32:43 +00:00
icons oops... improved radiant.ico (now 16x16 version too) 2008-09-19 05:54:24 +00:00
include slightly better font handling, enjoy! 2009-04-09 10:16:31 +00:00
libs if a font was not found, fall back to fixed or courier new - should fix "missing font" issues 2009-04-28 12:48:47 +00:00
plugins fix MD3 model entities crash on OS X (by renaming a class; apparently something weird happens when a class name is used twice) 2009-03-04 07:06:05 +00:00
radiant we can allow 31 sides for regular spheres, if we can do 1000 sides for a rock 2009-06-12 20:54:14 +00:00
setup/data more bitmaps... 2009-04-16 05:18:42 +00:00
tools up MAX_BUILD_SIDES to match MAX_BRUSH_SIDES 2009-06-12 21:00:52 +00:00
.patchsets branch-manager fixes 2009-03-09 13:27:02 +00:00
branch-manager branch-manager fixes 2009-03-09 13:27:02 +00:00
ChangeLog update changelog 2009-04-26 19:58:24 +00:00
ChangeLog.idsoftware update changelog; make the Makefile support a MAKEFILE_CONF parameter to not have to symlink cross-Makefile.conf all the time 2008-12-09 09:04:07 +00:00
COMPILING fix MD3 model entities crash on OS X (by renaming a class; apparently something weird happens when a class name is used twice) 2009-03-04 07:06:05 +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 fix keys 2008-12-20 15:11: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 everything support installdir 2009-01-07 14:00:29 +00:00
install-dylibs.sh fix icon 2009-03-04 09:03:25 +00:00
LGPL initial 2008-09-13 18:28:57 +00:00
LICENSE initial 2008-09-13 18:28:57 +00:00
Makefile better dependency check 2009-04-28 13:08:15 +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)
---------------------------------------------------------