Chris@49
|
1 # Doxyfile 1.5.8
|
Chris@49
|
2
|
Chris@49
|
3 #---------------------------------------------------------------------------
|
Chris@49
|
4 # Project related configuration options
|
Chris@49
|
5 #---------------------------------------------------------------------------
|
Chris@49
|
6
|
Chris@49
|
7 DOXYFILE_ENCODING = UTF-8
|
Chris@49
|
8 PROJECT_NAME = "Armadillo Technical"
|
Chris@49
|
9 PROJECT_NUMBER = ""
|
Chris@49
|
10 OUTPUT_DIRECTORY =
|
Chris@49
|
11 CREATE_SUBDIRS = NO
|
Chris@49
|
12 OUTPUT_LANGUAGE = English
|
Chris@49
|
13 BRIEF_MEMBER_DESC = YES
|
Chris@49
|
14 REPEAT_BRIEF = YES
|
Chris@49
|
15 ABBREVIATE_BRIEF =
|
Chris@49
|
16 ALWAYS_DETAILED_SEC = YES
|
Chris@49
|
17 INLINE_INHERITED_MEMB = NO
|
Chris@49
|
18 FULL_PATH_NAMES = NO
|
Chris@49
|
19 STRIP_FROM_PATH =
|
Chris@49
|
20 STRIP_FROM_INC_PATH =
|
Chris@49
|
21 SHORT_NAMES = YES
|
Chris@49
|
22 JAVADOC_AUTOBRIEF = NO
|
Chris@49
|
23 QT_AUTOBRIEF = NO
|
Chris@49
|
24 MULTILINE_CPP_IS_BRIEF = YES
|
Chris@49
|
25 INHERIT_DOCS = YES
|
Chris@49
|
26 SEPARATE_MEMBER_PAGES = NO
|
Chris@49
|
27 TAB_SIZE = 2
|
Chris@49
|
28 ALIASES =
|
Chris@49
|
29 OPTIMIZE_OUTPUT_FOR_C = NO
|
Chris@49
|
30 OPTIMIZE_OUTPUT_JAVA = NO
|
Chris@49
|
31 OPTIMIZE_FOR_FORTRAN = NO
|
Chris@49
|
32 OPTIMIZE_OUTPUT_VHDL = NO
|
Chris@49
|
33 EXTENSION_MAPPING =
|
Chris@49
|
34 BUILTIN_STL_SUPPORT = YES
|
Chris@49
|
35 CPP_CLI_SUPPORT = NO
|
Chris@49
|
36 SIP_SUPPORT = NO
|
Chris@49
|
37 IDL_PROPERTY_SUPPORT = YES
|
Chris@49
|
38 DISTRIBUTE_GROUP_DOC = NO
|
Chris@49
|
39 SUBGROUPING = YES
|
Chris@49
|
40 TYPEDEF_HIDES_STRUCT = NO
|
Chris@49
|
41 SYMBOL_CACHE_SIZE = 0
|
Chris@49
|
42
|
Chris@49
|
43 #---------------------------------------------------------------------------
|
Chris@49
|
44 # Build related configuration options
|
Chris@49
|
45 #---------------------------------------------------------------------------
|
Chris@49
|
46
|
Chris@49
|
47 EXTRACT_ALL = YES
|
Chris@49
|
48 EXTRACT_PRIVATE = YES
|
Chris@49
|
49 EXTRACT_STATIC = YES
|
Chris@49
|
50 EXTRACT_LOCAL_CLASSES = YES
|
Chris@49
|
51 EXTRACT_LOCAL_METHODS = NO
|
Chris@49
|
52 EXTRACT_ANON_NSPACES = YES
|
Chris@49
|
53 HIDE_UNDOC_MEMBERS = NO
|
Chris@49
|
54 HIDE_UNDOC_CLASSES = NO
|
Chris@49
|
55 HIDE_FRIEND_COMPOUNDS = NO
|
Chris@49
|
56 HIDE_IN_BODY_DOCS = NO
|
Chris@49
|
57 INTERNAL_DOCS = NO
|
Chris@49
|
58 CASE_SENSE_NAMES = NO
|
Chris@49
|
59 HIDE_SCOPE_NAMES = NO
|
Chris@49
|
60 SHOW_INCLUDE_FILES = YES
|
Chris@49
|
61 INLINE_INFO = YES
|
Chris@49
|
62 SORT_MEMBER_DOCS = NO
|
Chris@49
|
63 SORT_BRIEF_DOCS = NO
|
Chris@49
|
64 SORT_GROUP_NAMES = NO
|
Chris@49
|
65 SORT_BY_SCOPE_NAME = NO
|
Chris@49
|
66 GENERATE_TODOLIST = YES
|
Chris@49
|
67 GENERATE_TESTLIST = YES
|
Chris@49
|
68 GENERATE_BUGLIST = YES
|
Chris@49
|
69 GENERATE_DEPRECATEDLIST= YES
|
Chris@49
|
70 ENABLED_SECTIONS =
|
Chris@49
|
71 MAX_INITIALIZER_LINES = 30
|
Chris@49
|
72 SHOW_USED_FILES = NO
|
Chris@49
|
73 SHOW_DIRECTORIES = YES
|
Chris@49
|
74 SHOW_FILES = YES
|
Chris@49
|
75 SHOW_NAMESPACES = YES
|
Chris@49
|
76 FILE_VERSION_FILTER =
|
Chris@49
|
77 LAYOUT_FILE =
|
Chris@49
|
78
|
Chris@49
|
79 #---------------------------------------------------------------------------
|
Chris@49
|
80 # configuration options related to warning and progress messages
|
Chris@49
|
81 #---------------------------------------------------------------------------
|
Chris@49
|
82
|
Chris@49
|
83 QUIET = YES
|
Chris@49
|
84 WARNINGS = NO
|
Chris@49
|
85 WARN_IF_UNDOCUMENTED = YES
|
Chris@49
|
86 WARN_IF_DOC_ERROR = YES
|
Chris@49
|
87 WARN_NO_PARAMDOC = NO
|
Chris@49
|
88 WARN_FORMAT = "$file:$line: $text"
|
Chris@49
|
89 WARN_LOGFILE =
|
Chris@49
|
90
|
Chris@49
|
91 #---------------------------------------------------------------------------
|
Chris@49
|
92 # configuration options related to the input files
|
Chris@49
|
93 #---------------------------------------------------------------------------
|
Chris@49
|
94
|
Chris@49
|
95 INPUT = build_aux/doxygen/ \
|
Chris@49
|
96 include/ \
|
Chris@49
|
97 include/armadillo_bits
|
Chris@49
|
98
|
Chris@49
|
99 INPUT_ENCODING = UTF-8
|
Chris@49
|
100
|
Chris@49
|
101 FILE_PATTERNS = armadillo \
|
Chris@49
|
102 armadillo_itpp \
|
Chris@49
|
103 *.hpp \
|
Chris@49
|
104 *.doxy
|
Chris@49
|
105
|
Chris@49
|
106 RECURSIVE = NO
|
Chris@49
|
107 EXCLUDE =
|
Chris@49
|
108 EXCLUDE_SYMLINKS = NO
|
Chris@49
|
109 EXCLUDE_PATTERNS =
|
Chris@49
|
110 EXCLUDE_SYMBOLS =
|
Chris@49
|
111 EXAMPLE_PATH =
|
Chris@49
|
112 EXAMPLE_PATTERNS =
|
Chris@49
|
113 EXAMPLE_RECURSIVE = NO
|
Chris@49
|
114 IMAGE_PATH =
|
Chris@49
|
115 INPUT_FILTER =
|
Chris@49
|
116 FILTER_PATTERNS =
|
Chris@49
|
117 FILTER_SOURCE_FILES = NO
|
Chris@49
|
118
|
Chris@49
|
119 #---------------------------------------------------------------------------
|
Chris@49
|
120 # configuration options related to source browsing
|
Chris@49
|
121 #---------------------------------------------------------------------------
|
Chris@49
|
122
|
Chris@49
|
123 SOURCE_BROWSER = YES
|
Chris@49
|
124 INLINE_SOURCES = YES
|
Chris@49
|
125 STRIP_CODE_COMMENTS = NO
|
Chris@49
|
126 REFERENCED_BY_RELATION = YES
|
Chris@49
|
127 REFERENCES_RELATION = YES
|
Chris@49
|
128 REFERENCES_LINK_SOURCE = YES
|
Chris@49
|
129 USE_HTAGS = NO
|
Chris@49
|
130 VERBATIM_HEADERS = YES
|
Chris@49
|
131
|
Chris@49
|
132 #---------------------------------------------------------------------------
|
Chris@49
|
133 # configuration options related to the alphabetical class index
|
Chris@49
|
134 #---------------------------------------------------------------------------
|
Chris@49
|
135
|
Chris@49
|
136 ALPHABETICAL_INDEX = YES
|
Chris@49
|
137 COLS_IN_ALPHA_INDEX = 5
|
Chris@49
|
138 IGNORE_PREFIX =
|
Chris@49
|
139
|
Chris@49
|
140 #---------------------------------------------------------------------------
|
Chris@49
|
141 # configuration options related to the HTML output
|
Chris@49
|
142 #---------------------------------------------------------------------------
|
Chris@49
|
143
|
Chris@49
|
144 GENERATE_HTML = YES
|
Chris@49
|
145 HTML_OUTPUT = docs_tech
|
Chris@49
|
146 HTML_FILE_EXTENSION = .html
|
Chris@49
|
147 HTML_HEADER =
|
Chris@49
|
148 HTML_FOOTER = build_aux/doxygen/blank_footer.html
|
Chris@49
|
149 HTML_STYLESHEET =
|
Chris@49
|
150 HTML_ALIGN_MEMBERS = YES
|
Chris@49
|
151 HTML_DYNAMIC_SECTIONS = NO
|
Chris@49
|
152 GENERATE_DOCSET = NO
|
Chris@49
|
153 DOCSET_FEEDNAME = "Doxygen generated docs"
|
Chris@49
|
154 DOCSET_BUNDLE_ID = org.doxygen.Project
|
Chris@49
|
155 GENERATE_HTMLHELP = NO
|
Chris@49
|
156 CHM_FILE =
|
Chris@49
|
157 HHC_LOCATION =
|
Chris@49
|
158 GENERATE_CHI = NO
|
Chris@49
|
159 CHM_INDEX_ENCODING =
|
Chris@49
|
160 BINARY_TOC = NO
|
Chris@49
|
161 TOC_EXPAND = NO
|
Chris@49
|
162 GENERATE_QHP = NO
|
Chris@49
|
163 QCH_FILE =
|
Chris@49
|
164 QHP_NAMESPACE =
|
Chris@49
|
165 QHP_VIRTUAL_FOLDER = doc
|
Chris@49
|
166 QHP_CUST_FILTER_NAME =
|
Chris@49
|
167 QHP_CUST_FILTER_ATTRS =
|
Chris@49
|
168 QHP_SECT_FILTER_ATTRS =
|
Chris@49
|
169 QHG_LOCATION =
|
Chris@49
|
170 DISABLE_INDEX = NO
|
Chris@49
|
171 ENUM_VALUES_PER_LINE = 4
|
Chris@49
|
172 GENERATE_TREEVIEW = YES
|
Chris@49
|
173 TREEVIEW_WIDTH = 250
|
Chris@49
|
174 FORMULA_FONTSIZE = 10
|
Chris@49
|
175
|
Chris@49
|
176 #---------------------------------------------------------------------------
|
Chris@49
|
177 # configuration options related to the LaTeX output
|
Chris@49
|
178 #---------------------------------------------------------------------------
|
Chris@49
|
179
|
Chris@49
|
180 GENERATE_LATEX = NO
|
Chris@49
|
181 LATEX_OUTPUT = latex
|
Chris@49
|
182 LATEX_CMD_NAME = latex
|
Chris@49
|
183 MAKEINDEX_CMD_NAME = makeindex
|
Chris@49
|
184 COMPACT_LATEX = NO
|
Chris@49
|
185 PAPER_TYPE = a4wide
|
Chris@49
|
186 EXTRA_PACKAGES =
|
Chris@49
|
187 LATEX_HEADER =
|
Chris@49
|
188 PDF_HYPERLINKS = NO
|
Chris@49
|
189 USE_PDFLATEX = NO
|
Chris@49
|
190 LATEX_BATCHMODE = NO
|
Chris@49
|
191 LATEX_HIDE_INDICES = NO
|
Chris@49
|
192
|
Chris@49
|
193 #---------------------------------------------------------------------------
|
Chris@49
|
194 # configuration options related to the RTF output
|
Chris@49
|
195 #---------------------------------------------------------------------------
|
Chris@49
|
196
|
Chris@49
|
197 GENERATE_RTF = NO
|
Chris@49
|
198 RTF_OUTPUT = rtf
|
Chris@49
|
199 COMPACT_RTF = NO
|
Chris@49
|
200 RTF_HYPERLINKS = NO
|
Chris@49
|
201 RTF_STYLESHEET_FILE =
|
Chris@49
|
202 RTF_EXTENSIONS_FILE =
|
Chris@49
|
203
|
Chris@49
|
204 #---------------------------------------------------------------------------
|
Chris@49
|
205 # configuration options related to the man page output
|
Chris@49
|
206 #---------------------------------------------------------------------------
|
Chris@49
|
207
|
Chris@49
|
208 GENERATE_MAN = NO
|
Chris@49
|
209 MAN_OUTPUT = man
|
Chris@49
|
210 MAN_EXTENSION = .3
|
Chris@49
|
211 MAN_LINKS = NO
|
Chris@49
|
212
|
Chris@49
|
213 #---------------------------------------------------------------------------
|
Chris@49
|
214 # configuration options related to the XML output
|
Chris@49
|
215 #---------------------------------------------------------------------------
|
Chris@49
|
216
|
Chris@49
|
217 GENERATE_XML = NO
|
Chris@49
|
218 XML_OUTPUT = xml
|
Chris@49
|
219 XML_SCHEMA =
|
Chris@49
|
220 XML_DTD =
|
Chris@49
|
221 XML_PROGRAMLISTING = YES
|
Chris@49
|
222
|
Chris@49
|
223 #---------------------------------------------------------------------------
|
Chris@49
|
224 # configuration options for the AutoGen Definitions output
|
Chris@49
|
225 #---------------------------------------------------------------------------
|
Chris@49
|
226
|
Chris@49
|
227 GENERATE_AUTOGEN_DEF = NO
|
Chris@49
|
228
|
Chris@49
|
229 #---------------------------------------------------------------------------
|
Chris@49
|
230 # configuration options related to the Perl module output
|
Chris@49
|
231 #---------------------------------------------------------------------------
|
Chris@49
|
232
|
Chris@49
|
233 GENERATE_PERLMOD = NO
|
Chris@49
|
234 PERLMOD_LATEX = NO
|
Chris@49
|
235 PERLMOD_PRETTY = YES
|
Chris@49
|
236 PERLMOD_MAKEVAR_PREFIX =
|
Chris@49
|
237
|
Chris@49
|
238 #---------------------------------------------------------------------------
|
Chris@49
|
239 # Configuration options related to the preprocessor
|
Chris@49
|
240 #---------------------------------------------------------------------------
|
Chris@49
|
241
|
Chris@49
|
242 ENABLE_PREPROCESSING = NO
|
Chris@49
|
243 MACRO_EXPANSION = YES
|
Chris@49
|
244 EXPAND_ONLY_PREDEF = YES
|
Chris@49
|
245 SEARCH_INCLUDES = YES
|
Chris@49
|
246 INCLUDE_PATH =
|
Chris@49
|
247 INCLUDE_FILE_PATTERNS =
|
Chris@49
|
248 PREDEFINED =
|
Chris@49
|
249 EXPAND_AS_DEFINED =
|
Chris@49
|
250 SKIP_FUNCTION_MACROS = NO
|
Chris@49
|
251
|
Chris@49
|
252 #---------------------------------------------------------------------------
|
Chris@49
|
253 # Configuration::additions related to external references
|
Chris@49
|
254 #---------------------------------------------------------------------------
|
Chris@49
|
255
|
Chris@49
|
256 TAGFILES =
|
Chris@49
|
257 GENERATE_TAGFILE =
|
Chris@49
|
258 ALLEXTERNALS = NO
|
Chris@49
|
259 EXTERNAL_GROUPS = YES
|
Chris@49
|
260 PERL_PATH = /usr/bin/perl
|
Chris@49
|
261
|
Chris@49
|
262 #---------------------------------------------------------------------------
|
Chris@49
|
263 # Configuration options related to the dot tool
|
Chris@49
|
264 #---------------------------------------------------------------------------
|
Chris@49
|
265
|
Chris@49
|
266 CLASS_DIAGRAMS = YES
|
Chris@49
|
267 MSCGEN_PATH =
|
Chris@49
|
268 HIDE_UNDOC_RELATIONS = NO
|
Chris@49
|
269 HAVE_DOT = NO
|
Chris@49
|
270 DOT_FONTNAME = FreeSans
|
Chris@49
|
271 DOT_FONTSIZE = 10
|
Chris@49
|
272 DOT_FONTPATH =
|
Chris@49
|
273 CLASS_GRAPH = YES
|
Chris@49
|
274 COLLABORATION_GRAPH = YES
|
Chris@49
|
275 GROUP_GRAPHS = YES
|
Chris@49
|
276 UML_LOOK = NO
|
Chris@49
|
277 TEMPLATE_RELATIONS = YES
|
Chris@49
|
278 INCLUDE_GRAPH = YES
|
Chris@49
|
279 INCLUDED_BY_GRAPH = YES
|
Chris@49
|
280 CALL_GRAPH = NO
|
Chris@49
|
281 CALLER_GRAPH = NO
|
Chris@49
|
282 GRAPHICAL_HIERARCHY = YES
|
Chris@49
|
283 DIRECTORY_GRAPH = YES
|
Chris@49
|
284 DOT_IMAGE_FORMAT = png
|
Chris@49
|
285 DOT_PATH =
|
Chris@49
|
286 DOTFILE_DIRS =
|
Chris@49
|
287 DOT_GRAPH_MAX_NODES = 50
|
Chris@49
|
288 MAX_DOT_GRAPH_DEPTH = 0
|
Chris@49
|
289 DOT_TRANSPARENT = YES
|
Chris@49
|
290 DOT_MULTI_TARGETS = NO
|
Chris@49
|
291 GENERATE_LEGEND = YES
|
Chris@49
|
292 DOT_CLEANUP = YES
|
Chris@49
|
293
|
Chris@49
|
294 #---------------------------------------------------------------------------
|
Chris@49
|
295 # Options related to the search engine
|
Chris@49
|
296 #---------------------------------------------------------------------------
|
Chris@49
|
297
|
Chris@49
|
298 SEARCHENGINE = NO
|