3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = NATBLASTER
9 OUTPUT_LANGUAGE = English
10 USE_WINDOWS_ENCODING = NO
11 BRIEF_MEMBER_DESC = YES
14 ALWAYS_DETAILED_SEC = NO
15 INLINE_INHERITED_MEMB = NO
19 JAVADOC_AUTOBRIEF = NO
20 MULTILINE_CPP_IS_BRIEF = NO
23 DISTRIBUTE_GROUP_DOC = NO
26 OPTIMIZE_OUTPUT_FOR_C = YES
27 OPTIMIZE_OUTPUT_JAVA = NO
29 #---------------------------------------------------------------------------
30 # Build related configuration options
31 #---------------------------------------------------------------------------
35 EXTRACT_LOCAL_CLASSES = YES
36 HIDE_UNDOC_MEMBERS = NO
37 HIDE_UNDOC_CLASSES = NO
38 HIDE_FRIEND_COMPOUNDS = NO
39 HIDE_IN_BODY_DOCS = NO
41 CASE_SENSE_NAMES = YES
43 SHOW_INCLUDE_FILES = YES
45 SORT_MEMBER_DOCS = YES
46 GENERATE_TODOLIST = YES
47 GENERATE_TESTLIST = YES
48 GENERATE_BUGLIST = YES
49 GENERATE_DEPRECATEDLIST= YES
51 MAX_INITIALIZER_LINES = 30
53 #---------------------------------------------------------------------------
54 # configuration options related to warning and progress messages
55 #---------------------------------------------------------------------------
58 WARN_IF_UNDOCUMENTED = YES
59 WARN_IF_DOC_ERROR = YES
60 WARN_FORMAT = "$file:$line: $text"
61 WARN_LOGFILE = doc/doxygen.warn
62 #---------------------------------------------------------------------------
63 # configuration options related to the input files
64 #---------------------------------------------------------------------------
66 FILE_PATTERNS = *.c *.h *.dox
73 EXAMPLE_RECURSIVE = NO
76 FILTER_SOURCE_FILES = NO
77 #---------------------------------------------------------------------------
78 # configuration options related to source browsing
79 #---------------------------------------------------------------------------
82 STRIP_CODE_COMMENTS = NO
83 REFERENCED_BY_RELATION = YES
84 REFERENCES_RELATION = YES
85 VERBATIM_HEADERS = YES
86 #---------------------------------------------------------------------------
87 # configuration options related to the alphabetical class index
88 #---------------------------------------------------------------------------
89 ALPHABETICAL_INDEX = NO
90 COLS_IN_ALPHA_INDEX = 5
92 #---------------------------------------------------------------------------
93 # configuration options related to the HTML output
94 #---------------------------------------------------------------------------
96 HTML_OUTPUT = doc/html
97 HTML_FILE_EXTENSION = .html
101 HTML_ALIGN_MEMBERS = YES
102 GENERATE_HTMLHELP = NO
109 ENUM_VALUES_PER_LINE = 4
110 GENERATE_TREEVIEW = NO
112 #---------------------------------------------------------------------------
113 # configuration options related to the LaTeX output
114 #---------------------------------------------------------------------------
116 LATEX_OUTPUT = doc/latex
117 LATEX_CMD_NAME = latex
118 MAKEINDEX_CMD_NAME = makeindex
126 LATEX_HIDE_INDICES = NO
127 #---------------------------------------------------------------------------
128 # configuration options related to the RTF output
129 #---------------------------------------------------------------------------
134 RTF_STYLESHEET_FILE =
135 RTF_EXTENSIONS_FILE =
136 #---------------------------------------------------------------------------
137 # configuration options related to the man page output
138 #---------------------------------------------------------------------------
143 #---------------------------------------------------------------------------
144 # configuration options related to the XML output
145 #---------------------------------------------------------------------------
150 XML_PROGRAMLISTING = YES
151 #---------------------------------------------------------------------------
152 # configuration options for the AutoGen Definitions output
153 #---------------------------------------------------------------------------
154 GENERATE_AUTOGEN_DEF = NO
155 #---------------------------------------------------------------------------
156 # configuration options related to the Perl module output
157 #---------------------------------------------------------------------------
158 GENERATE_PERLMOD = NO
161 PERLMOD_MAKEVAR_PREFIX =
162 #---------------------------------------------------------------------------
163 # Configuration options related to the preprocessor
164 #---------------------------------------------------------------------------
165 ENABLE_PREPROCESSING = YES
167 EXPAND_ONLY_PREDEF = NO
168 SEARCH_INCLUDES = YES
170 INCLUDE_FILE_PATTERNS =
173 SKIP_FUNCTION_MACROS = YES
174 #---------------------------------------------------------------------------
175 # Configuration::addtions related to external references
176 #---------------------------------------------------------------------------
180 EXTERNAL_GROUPS = YES
181 PERL_PATH = /usr/bin/perl
182 #---------------------------------------------------------------------------
183 # Configuration options related to the dot tool
184 #---------------------------------------------------------------------------
186 HIDE_UNDOC_RELATIONS = YES
189 COLLABORATION_GRAPH = YES
191 TEMPLATE_RELATIONS = NO
193 INCLUDED_BY_GRAPH = YES
195 GRAPHICAL_HIERARCHY = YES
196 DOT_IMAGE_FORMAT = png
199 MAX_DOT_GRAPH_WIDTH = 1024
200 MAX_DOT_GRAPH_HEIGHT = 1024
201 MAX_DOT_GRAPH_DEPTH = 0
202 GENERATE_LEGEND = YES
204 #---------------------------------------------------------------------------
205 # Configuration::addtions related to the search engine
206 #---------------------------------------------------------------------------