The open-source, cross-platform level editor for id Tech based games.
Go to file
2011-06-05 19:33:29 +02:00
contrib more includes 2011-05-01 21:36:07 +02:00
docs Add help link to Xonotic wiki. 2010-12-20 21:38:10 +01:00
Doxygen_files
icons
include remove some redundant data members 2010-11-18 17:03:42 +01:00
libs fix some compile errors 2011-06-05 19:18:08 +02:00
plugins automatically run the decompiler when specifying a BSP file in Import... 2010-10-10 16:04:41 +02:00
radiant more errors 2011-05-16 14:57:14 +02:00
regression_tests/q3map2 ::zerowing-base=428 2011-01-12 13:58:55 +01:00
setup/data new .gitattributes file, remove comments from a .map file 2010-10-21 18:12:15 +02:00
tools fix uninitialized use of an int when filtering a patch into a tree - possible performance increase after this fix 2011-06-05 19:33:29 +02:00
.gitattributes new .gitattributes file, remove comments from a .map file 2010-10-21 18:12:15 +02:00
.patchsets
branch-manager
ChangeLog
ChangeLog.idsoftware
COMPILING more text 2010-12-11 17:53:55 +01:00
conftest.cpp
CONTRIBUTORS
cross-Makefile.conf updates to make win32 building work again 2010-12-08 13:30:58 +01:00
download-gamepacks.sh OsitionPack is actually GPL-compatible: 2011-02-23 14:50:43 +01:00
DoxyConfig
Doxyfile
gen.readme
gendox
generic_cpp.py fix lots of CRLFs 2010-04-17 21:02:26 +02:00
generic_h.py fix lots of CRLFs 2010-04-17 21:02:26 +02:00
generic_module.py
GPL
install-dlls.sh fix typo 2010-12-09 06:58:33 +01:00
install-dylibs.sh support more locations for pixbufloader-bmp 2011-05-14 18:37:52 +02:00
install-gamepack.sh fix install-gamepack abort with an empty src dir 2011-04-02 12:55:10 +02:00
install-gamepacks.sh autodownload gamepacks from make 2010-04-12 08:15:27 +02:00
LGPL
LICENSE
Makefile fix another error 2011-05-16 15:08:02 +02:00
Makefile.conf Update these files as well 2010-08-29 20:47:06 +02:00
merge-from-zerowing.sh ::zerowing-base=336 2010-11-18 10:30:36 +01:00
mingw-Makefile.conf fix the start workaround 2010-12-11 16:08:13 +01:00
mingw-Makefile.inc update win32 instructions a bit 2010-12-11 15:27:29 +01:00
README.doxygen
TODO

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