The open-source, cross-platform level editor for id Tech based games.
Go to file
2012-03-01 11:25:48 +01:00
contrib bobtoolz fixes to patch merging 2012-02-11 16:45:17 +01:00
docs Add help link to Xonotic wiki. 2010-12-20 21:38:10 +01: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 fix more compile errors 2011-07-01 11:41:02 +02:00
libs remove internal libjpeg6 copy (patch by monad) 2012-03-01 10:24:29 +01:00
plugins remove internal libjpeg6 copy (patch by monad) 2012-03-01 10:24:29 +01:00
radiant fix another import bsp bug 2012-02-19 18:39:03 +01: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 remove internal libjpeg6 copy (patch by monad) 2012-03-01 10:24:29 +01:00
.gitattributes update gitattributes 2011-08-27 17:08:46 +02: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 more text 2010-12-11 17:53:55 +01:00
conftest.cpp no longer use an included libjpeg copy. Use the system one. 2012-03-01 10:35:32 +01:00
CONTRIBUTORS initial 2008-09-13 18:28:57 +00:00
cross-Makefile.conf better fit mingw on Arch Linux 2012-01-13 23:28:18 +01:00
download-gamepacks.sh QuakePack seems to be GPL now 2012-02-21 22:59:01 +01: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 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 initial 2008-09-13 18:28:57 +00:00
GPL initial 2008-09-13 18:28:57 +00:00
install-dlls.sh also include libjpeg8 here 2012-03-01 11:25:48 +01:00
install-dylibs.sh leave out 4 files 2012-01-23 20:49:53 +01: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 initial 2008-09-13 18:28:57 +00:00
LICENSE initial 2008-09-13 18:28:57 +00:00
Makefile no longer use an included libjpeg copy. Use the system one. 2012-03-01 10:35:32 +01: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 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)
---------------------------------------------------------