3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
8 OUTPUT_DIRECTORY = doxy/en
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = NO
12 BRIEF_MEMBER_DESC = YES
15 ALWAYS_DETAILED_SEC = NO
16 INLINE_INHERITED_MEMB = NO
21 JAVADOC_AUTOBRIEF = NO
22 MULTILINE_CPP_IS_BRIEF = NO
25 SEPARATE_MEMBER_PAGES = NO
28 OPTIMIZE_OUTPUT_FOR_C = NO
29 OPTIMIZE_OUTPUT_JAVA = NO
30 BUILTIN_STL_SUPPORT = NO
31 DISTRIBUTE_GROUP_DOC = NO
33 #---------------------------------------------------------------------------
34 # Build related configuration options
35 #---------------------------------------------------------------------------
39 EXTRACT_LOCAL_CLASSES = NO
40 EXTRACT_LOCAL_METHODS = NO
41 HIDE_UNDOC_MEMBERS = YES
42 HIDE_UNDOC_CLASSES = YES
43 HIDE_FRIEND_COMPOUNDS = NO
44 HIDE_IN_BODY_DOCS = NO
46 CASE_SENSE_NAMES = YES
48 SHOW_INCLUDE_FILES = YES
50 SORT_MEMBER_DOCS = YES
52 SORT_BY_SCOPE_NAME = YES
53 GENERATE_TODOLIST = YES
54 GENERATE_TESTLIST = YES
55 GENERATE_BUGLIST = YES
56 GENERATE_DEPRECATEDLIST= YES
58 MAX_INITIALIZER_LINES = 30
60 SHOW_DIRECTORIES = YES
62 #---------------------------------------------------------------------------
63 # configuration options related to warning and progress messages
64 #---------------------------------------------------------------------------
67 WARN_IF_UNDOCUMENTED = YES
68 WARN_IF_DOC_ERROR = YES
70 WARN_FORMAT = "$file:$line: $text"
72 #---------------------------------------------------------------------------
73 # configuration options related to the input files
74 #---------------------------------------------------------------------------
80 EXCLUDE_PATTERNS = ui_* \
84 EXAMPLE_RECURSIVE = NO
88 FILTER_SOURCE_FILES = NO
89 #---------------------------------------------------------------------------
90 # configuration options related to source browsing
91 #---------------------------------------------------------------------------
94 STRIP_CODE_COMMENTS = YES
95 REFERENCED_BY_RELATION = YES
96 REFERENCES_RELATION = YES
97 REFERENCES_LINK_SOURCE = YES
99 VERBATIM_HEADERS = YES
100 #---------------------------------------------------------------------------
101 # configuration options related to the alphabetical class index
102 #---------------------------------------------------------------------------
103 ALPHABETICAL_INDEX = YES
104 COLS_IN_ALPHA_INDEX = 2
106 #---------------------------------------------------------------------------
107 # configuration options related to the HTML output
108 #---------------------------------------------------------------------------
111 HTML_FILE_EXTENSION = .html
112 HTML_HEADER = doxy/header.html
113 HTML_FOOTER = doxy/footer.html
114 HTML_STYLESHEET = doxy/doxygen.css
115 HTML_ALIGN_MEMBERS = YES
116 GENERATE_HTMLHELP = NO
123 ENUM_VALUES_PER_LINE = 4
124 GENERATE_TREEVIEW = NO
126 #---------------------------------------------------------------------------
127 # configuration options related to the LaTeX output
128 #---------------------------------------------------------------------------
131 LATEX_CMD_NAME = latex
132 MAKEINDEX_CMD_NAME = makeindex
140 LATEX_HIDE_INDICES = NO
141 #---------------------------------------------------------------------------
142 # configuration options related to the RTF output
143 #---------------------------------------------------------------------------
148 RTF_STYLESHEET_FILE =
149 RTF_EXTENSIONS_FILE =
150 #---------------------------------------------------------------------------
151 # configuration options related to the man page output
152 #---------------------------------------------------------------------------
157 #---------------------------------------------------------------------------
158 # configuration options related to the XML output
159 #---------------------------------------------------------------------------
164 XML_PROGRAMLISTING = YES
165 #---------------------------------------------------------------------------
166 # configuration options for the AutoGen Definitions output
167 #---------------------------------------------------------------------------
168 GENERATE_AUTOGEN_DEF = NO
169 #---------------------------------------------------------------------------
170 # configuration options related to the Perl module output
171 #---------------------------------------------------------------------------
172 GENERATE_PERLMOD = NO
175 PERLMOD_MAKEVAR_PREFIX =
176 #---------------------------------------------------------------------------
177 # Configuration options related to the preprocessor
178 #---------------------------------------------------------------------------
179 ENABLE_PREPROCESSING = YES
181 EXPAND_ONLY_PREDEF = NO
182 SEARCH_INCLUDES = YES
184 INCLUDE_FILE_PATTERNS =
187 SKIP_FUNCTION_MACROS = YES
188 #---------------------------------------------------------------------------
189 # Configuration::additions related to external references
190 #---------------------------------------------------------------------------
194 EXTERNAL_GROUPS = YES
195 PERL_PATH = /usr/bin/perl
196 #---------------------------------------------------------------------------
197 # Configuration options related to the dot tool
198 #---------------------------------------------------------------------------
200 HIDE_UNDOC_RELATIONS = YES
203 COLLABORATION_GRAPH = YES
206 TEMPLATE_RELATIONS = NO
208 INCLUDED_BY_GRAPH = YES
211 GRAPHICAL_HIERARCHY = YES
212 DIRECTORY_GRAPH = YES
213 DOT_IMAGE_FORMAT = png
216 MAX_DOT_GRAPH_WIDTH = 1024
217 MAX_DOT_GRAPH_HEIGHT = 1024
218 MAX_DOT_GRAPH_DEPTH = 0
220 DOT_MULTI_TARGETS = NO
221 GENERATE_LEGEND = YES
223 #---------------------------------------------------------------------------
224 # Configuration::additions related to the search engine
225 #---------------------------------------------------------------------------