3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = Boomerang
8 OUTPUT_DIRECTORY = doxy
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = NO
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class" \
\r
27 ALWAYS_DETAILED_SEC = NO
28 INLINE_INHERITED_MEMB = NO
30 STRIP_FROM_PATH = ($TOP) $(PWD)
31 STRIP_FROM_INC_PATH = ($TOP) $(PWD) include
33 JAVADOC_AUTOBRIEF = YES
34 MULTILINE_CPP_IS_BRIEF = NO
37 DISTRIBUTE_GROUP_DOC = NO
38 SEPARATE_MEMBER_PAGES = NO
41 OPTIMIZE_OUTPUT_FOR_C = NO
42 OPTIMIZE_OUTPUT_JAVA = NO
44 #---------------------------------------------------------------------------
45 # Build related configuration options
46 #---------------------------------------------------------------------------
50 EXTRACT_LOCAL_CLASSES = YES
51 EXTRACT_LOCAL_METHODS = YES
52 HIDE_UNDOC_MEMBERS = NO
53 HIDE_UNDOC_CLASSES = NO
54 HIDE_FRIEND_COMPOUNDS = NO
55 HIDE_IN_BODY_DOCS = NO
57 CASE_SENSE_NAMES = YES
59 SHOW_INCLUDE_FILES = YES
61 SORT_MEMBER_DOCS = YES
63 SORT_BY_SCOPE_NAME = NO
64 GENERATE_TODOLIST = YES
65 GENERATE_TESTLIST = YES
66 GENERATE_BUGLIST = YES
67 GENERATE_DEPRECATEDLIST= YES
69 MAX_INITIALIZER_LINES = 30
71 SHOW_DIRECTORIES = YES
73 #---------------------------------------------------------------------------
74 # configuration options related to warning and progress messages
75 #---------------------------------------------------------------------------
78 WARN_IF_UNDOCUMENTED = NO
79 WARN_IF_DOC_ERROR = NO
81 WARN_FORMAT = "$file:$line: $text"
83 #---------------------------------------------------------------------------
84 # configuration options related to the input files
85 #---------------------------------------------------------------------------
95 FILE_PATTERNS = [a-zA-Z]*.cpp \
100 EXCLUDE_SYMLINKS = NO
104 EXAMPLE_RECURSIVE = NO
108 FILTER_SOURCE_FILES = NO
109 #---------------------------------------------------------------------------
110 # configuration options related to source browsing
111 #---------------------------------------------------------------------------
114 STRIP_CODE_COMMENTS = NO
115 REFERENCED_BY_RELATION = YES
116 REFERENCES_RELATION = YES
117 VERBATIM_HEADERS = YES
118 #---------------------------------------------------------------------------
119 # configuration options related to the alphabetical class index
120 #---------------------------------------------------------------------------
121 ALPHABETICAL_INDEX = YES
122 COLS_IN_ALPHA_INDEX = 5
124 #---------------------------------------------------------------------------
125 # configuration options related to the HTML output
126 #---------------------------------------------------------------------------
129 HTML_FILE_EXTENSION = .html
133 HTML_ALIGN_MEMBERS = YES
134 GENERATE_HTMLHELP = NO
141 ENUM_VALUES_PER_LINE = 4
142 GENERATE_TREEVIEW = YES
144 #---------------------------------------------------------------------------
145 # configuration options related to the LaTeX output
146 #---------------------------------------------------------------------------
149 LATEX_CMD_NAME = latex
150 MAKEINDEX_CMD_NAME = makeindex
158 LATEX_HIDE_INDICES = NO
159 #---------------------------------------------------------------------------
160 # configuration options related to the RTF output
161 #---------------------------------------------------------------------------
166 RTF_STYLESHEET_FILE =
167 RTF_EXTENSIONS_FILE =
168 #---------------------------------------------------------------------------
169 # configuration options related to the man page output
170 #---------------------------------------------------------------------------
175 #---------------------------------------------------------------------------
176 # configuration options related to the XML output
177 #---------------------------------------------------------------------------
182 XML_PROGRAMLISTING = YES
183 #---------------------------------------------------------------------------
184 # configuration options for the AutoGen Definitions output
185 #---------------------------------------------------------------------------
186 GENERATE_AUTOGEN_DEF = NO
187 #---------------------------------------------------------------------------
188 # configuration options related to the Perl module output
189 #---------------------------------------------------------------------------
190 GENERATE_PERLMOD = NO
193 PERLMOD_MAKEVAR_PREFIX =
194 #---------------------------------------------------------------------------
195 # Configuration options related to the preprocessor
196 #---------------------------------------------------------------------------
197 ENABLE_PREPROCESSING = YES
199 EXPAND_ONLY_PREDEF = NO
200 SEARCH_INCLUDES = YES
202 INCLUDE_FILE_PATTERNS =
205 SKIP_FUNCTION_MACROS = YES
206 #---------------------------------------------------------------------------
207 # Configuration::additions related to external references
208 #---------------------------------------------------------------------------
212 EXTERNAL_GROUPS = YES
213 PERL_PATH = /usr/bin/perl
214 #---------------------------------------------------------------------------
215 # Configuration options related to the dot tool
216 #---------------------------------------------------------------------------
218 HIDE_UNDOC_RELATIONS = YES
221 COLLABORATION_GRAPH = YES
224 TEMPLATE_RELATIONS = NO
226 INCLUDED_BY_GRAPH = YES
228 GRAPHICAL_HIERARCHY = YES
229 DIRECTORY_GRAPH = YES
230 DOT_IMAGE_FORMAT = png
233 MAX_DOT_GRAPH_WIDTH = 1024
234 MAX_DOT_GRAPH_HEIGHT = 1024
235 MAX_DOT_GRAPH_DEPTH = 1000
237 DOT_MULTI_TARGETS = NO
238 GENERATE_LEGEND = YES
240 #---------------------------------------------------------------------------
241 # Configuration::additions related to the search engine
242 #---------------------------------------------------------------------------