1 # Doxyfile 1.2.5-20010304
2 #---------------------------------------------------------------------------
3 # General configuration options
4 #---------------------------------------------------------------------------
8 OUTPUT_LANGUAGE = English
12 HIDE_UNDOC_MEMBERS = NO
13 HIDE_UNDOC_CLASSES = NO
14 BRIEF_MEMBER_DESC = YES
16 ALWAYS_DETAILED_SEC = YES
18 STRIP_FROM_PATH = $(PWD)/
23 STRIP_CODE_COMMENTS = NO
24 CASE_SENSE_NAMES = YES
26 VERBATIM_HEADERS = YES
27 SHOW_INCLUDE_FILES = YES
28 JAVADOC_AUTOBRIEF = YES
31 SORT_MEMBER_DOCS = YES
32 DISTRIBUTE_GROUP_DOC = NO
35 GENERATE_TODOLIST = YES
36 GENERATE_TESTLIST = YES
37 GENERATE_BUGLIST = YES
39 MAX_INITIALIZER_LINES = 30
40 OPTIMIZE_OUTPUT_FOR_C = NO
42 #---------------------------------------------------------------------------
43 # configuration options related to warning and progress messages
44 #---------------------------------------------------------------------------
47 WARN_IF_UNDOCUMENTED = YES
48 WARN_FORMAT = "$file:$line: $text"
49 WARN_LOGFILE = doxygen.log
50 #---------------------------------------------------------------------------
51 # configuration options related to the input files
52 #---------------------------------------------------------------------------
64 FILTER_SOURCE_FILES = YES
65 #---------------------------------------------------------------------------
66 # configuration options related to the alphabetical class index
67 #---------------------------------------------------------------------------
68 ALPHABETICAL_INDEX = YES
69 COLS_IN_ALPHA_INDEX = 4
71 #---------------------------------------------------------------------------
72 # configuration options related to the HTML output
73 #---------------------------------------------------------------------------
76 HTML_HEADER = Doxygen_files/doxygen_gtkradiant_head.html
77 HTML_FOOTER = Doxygen_files/doxygen_gtkradiant_foot.html
78 HTML_STYLESHEET = Doxygen_files/doxygen_gtkradiant.css
79 HTML_ALIGN_MEMBERS = YES
80 GENERATE_HTMLHELP = NO
85 ENUM_VALUES_PER_LINE = 4
86 GENERATE_TREEVIEW = NO
88 #---------------------------------------------------------------------------
89 # configuration options related to the LaTeX output
90 #---------------------------------------------------------------------------
100 #---------------------------------------------------------------------------
101 # configuration options related to the RTF output
102 #---------------------------------------------------------------------------
107 RTF_STYLESHEET_FILE =
108 #---------------------------------------------------------------------------
109 # configuration options related to the man page output
110 #---------------------------------------------------------------------------
114 #---------------------------------------------------------------------------
115 # Configuration options related to the preprocessor
116 #---------------------------------------------------------------------------
117 ENABLE_PREPROCESSING = YES
118 MACRO_EXPANSION = YES
119 EXPAND_ONLY_PREDEF = NO
120 SEARCH_INCLUDES = YES
122 INCLUDE_FILE_PATTERNS =
125 #---------------------------------------------------------------------------
126 # Configuration::addtions related to external references
127 #---------------------------------------------------------------------------
131 #---------------------------------------------------------------------------
132 # Configuration options related to the dot tool
133 #---------------------------------------------------------------------------
136 COLLABORATION_GRAPH = YES
138 INCLUDED_BY_GRAPH = YES
139 GRAPHICAL_HIERARCHY = YES
141 MAX_DOT_GRAPH_WIDTH = 1024
142 MAX_DOT_GRAPH_HEIGHT = 1024
143 GENERATE_LEGEND = YES
145 #---------------------------------------------------------------------------
146 # Configuration::addtions related to the search engine
147 #---------------------------------------------------------------------------
149 CGI_NAME = search.cgi
153 BIN_ABSPATH = /usr/local/bin/
156 #---------------------------------------------------------------------------
157 # Include file, at the bottom to over-ride anything I missed.
158 #---------------------------------------------------------------------------