]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - DoxyConfig
Updating Windows compile guide after the major overhaul of Windows
[xonotic/netradiant.git] / DoxyConfig
1 # Included Doxygen Config file\r
2 #---------------------------------------------------------------------------\r
3 # Project name & version number\r
4 #---------------------------------------------------------------------------\r
5 PROJECT_NAME           = \r
6 PROJECT_NUMBER         = \r
7 \r
8 #---------------------------------------------------------------------------\r
9 # Where to put the output\r
10 # Note: The images dir should be next to the created html dir within the\r
11 #       output dir.\r
12 #       eg;\r
13 #       [Current Dir]\r
14 #               L__[OUTPUT_DIRECTORY]\r
15 #                      L__[html]\r
16 #                      L__[images]\r
17 #---------------------------------------------------------------------------\r
18 OUTPUT_DIRECTORY       = ../GtkRadiant-doxygen\r
19 \r
20 #---------------------------------------------------------------------------\r
21 # Where to read the sources\r
22 # you can add more than one source...\r
23 # INPUT                   = radiant/ \\r
24 #                           tools/quake3/q3map \\r
25 #                           tools/quake3/q3data\r
26 #\r
27 # Recursive is set on, so setting it to ./ (current dir) would read source\r
28 # files recursively from the current dir down. (which would take a while)\r
29 #\r
30 # eg: To document just include, if the current directory is ../GtkRadiant/ \r
31 # then...\r
32 #---------------------------------------------------------------------------\r
33 INPUT                  = GtkRadiant/include/\r
34 \r
35 #---------------------------------------------------------------------------\r
36 # Misc settings\r
37 # TAB_SIZE     - sets the indenting for the inline source and the source \r
38 #                browser\r
39 # INCLUDE_PATH - will include documentation for included files from other\r
40 #                packages. You can specify more than one path the same as\r
41 #                shown in the INPUT example Leave it blank if you don't want \r
42 #                this.\r
43 # PERL_PATH    - path to the perl executable\r
44 #\r
45 #---------------------------------------------------------------------------\r
46 PERL_PATH              = /usr/bin/perl\r
47 \r