3 # This file is used to create the doxygen documentation of the source code.
4 # Run `make doc' to build it.
6 #---------------------------------------------------------------------------
7 # Project related configuration options
8 #---------------------------------------------------------------------------
9 DOXYFILE_ENCODING = UTF-8
10 PROJECT_NAME = OpenStranded
12 OUTPUT_DIRECTORY = doc
14 OUTPUT_LANGUAGE = English
15 BRIEF_MEMBER_DESC = YES
18 ALWAYS_DETAILED_SEC = NO
19 INLINE_INHERITED_MEMB = NO
24 JAVADOC_AUTOBRIEF = YES
26 MULTILINE_CPP_IS_BRIEF = NO
29 SEPARATE_MEMBER_PAGES = NO
32 OPTIMIZE_OUTPUT_FOR_C = NO
33 OPTIMIZE_OUTPUT_JAVA = NO
34 OPTIMIZE_FOR_FORTRAN = NO
35 OPTIMIZE_OUTPUT_VHDL = NO
36 BUILTIN_STL_SUPPORT = NO
39 IDL_PROPERTY_SUPPORT = YES
40 DISTRIBUTE_GROUP_DOC = NO
42 TYPEDEF_HIDES_STRUCT = NO
43 #---------------------------------------------------------------------------
44 # Build related configuration options
45 #---------------------------------------------------------------------------
49 EXTRACT_LOCAL_CLASSES = YES
50 EXTRACT_LOCAL_METHODS = NO
51 EXTRACT_ANON_NSPACES = NO
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
64 SORT_BY_SCOPE_NAME = NO
65 GENERATE_TODOLIST = YES
66 GENERATE_TESTLIST = YES
67 GENERATE_BUGLIST = YES
68 GENERATE_DEPRECATEDLIST= YES
70 MAX_INITIALIZER_LINES = 30
76 #---------------------------------------------------------------------------
77 # configuration options related to warning and progress messages
78 #---------------------------------------------------------------------------
81 WARN_IF_UNDOCUMENTED = YES
82 WARN_IF_DOC_ERROR = YES
84 WARN_FORMAT = "$file:$line: $text"
86 #---------------------------------------------------------------------------
87 # configuration options related to the input files
88 #---------------------------------------------------------------------------
90 INPUT_ENCODING = UTF-8
91 FILE_PATTERNS = *.cc \
102 EXAMPLE_RECURSIVE = NO
106 FILTER_SOURCE_FILES = NO
107 #---------------------------------------------------------------------------
108 # configuration options related to source browsing
109 #---------------------------------------------------------------------------
112 STRIP_CODE_COMMENTS = YES
113 REFERENCED_BY_RELATION = NO
114 REFERENCES_RELATION = NO
115 REFERENCES_LINK_SOURCE = YES
117 VERBATIM_HEADERS = YES
118 #---------------------------------------------------------------------------
119 # configuration options related to the alphabetical class index
120 #---------------------------------------------------------------------------
121 ALPHABETICAL_INDEX = NO
122 COLS_IN_ALPHA_INDEX = 5
124 #---------------------------------------------------------------------------
125 # configuration options related to the HTML output
126 #---------------------------------------------------------------------------
128 HTML_OUTPUT = doxygen
129 HTML_FILE_EXTENSION = .html
133 HTML_ALIGN_MEMBERS = YES
134 GENERATE_HTMLHELP = NO
136 DOCSET_FEEDNAME = "Doxygen generated docs"
137 DOCSET_BUNDLE_ID = org.doxygen.Project
138 HTML_DYNAMIC_SECTIONS = NO
146 ENUM_VALUES_PER_LINE = 4
147 GENERATE_TREEVIEW = NONE
149 FORMULA_FONTSIZE = 10
150 #---------------------------------------------------------------------------
151 # configuration options related to the LaTeX output
152 #---------------------------------------------------------------------------
155 LATEX_CMD_NAME = latex
156 MAKEINDEX_CMD_NAME = makeindex
164 LATEX_HIDE_INDICES = NO
165 #---------------------------------------------------------------------------
166 # configuration options related to the RTF output
167 #---------------------------------------------------------------------------
172 RTF_STYLESHEET_FILE =
173 RTF_EXTENSIONS_FILE =
174 #---------------------------------------------------------------------------
175 # configuration options related to the man page output
176 #---------------------------------------------------------------------------
181 #---------------------------------------------------------------------------
182 # configuration options related to the XML output
183 #---------------------------------------------------------------------------
188 XML_PROGRAMLISTING = YES
189 #---------------------------------------------------------------------------
190 # configuration options for the AutoGen Definitions output
191 #---------------------------------------------------------------------------
192 GENERATE_AUTOGEN_DEF = NO
193 #---------------------------------------------------------------------------
194 # configuration options related to the Perl module output
195 #---------------------------------------------------------------------------
196 GENERATE_PERLMOD = NO
199 PERLMOD_MAKEVAR_PREFIX =
200 #---------------------------------------------------------------------------
201 # Configuration options related to the preprocessor
202 #---------------------------------------------------------------------------
203 ENABLE_PREPROCESSING = YES
205 EXPAND_ONLY_PREDEF = NO
206 SEARCH_INCLUDES = YES
208 INCLUDE_FILE_PATTERNS =
211 SKIP_FUNCTION_MACROS = YES
212 #---------------------------------------------------------------------------
213 # Configuration::additions related to external references
214 #---------------------------------------------------------------------------
218 EXTERNAL_GROUPS = YES
219 PERL_PATH = /usr/bin/perl
220 #---------------------------------------------------------------------------
221 # Configuration options related to the dot tool
222 #---------------------------------------------------------------------------
225 HIDE_UNDOC_RELATIONS = YES
227 DOT_FONTNAME = FreeSans
230 COLLABORATION_GRAPH = YES
233 TEMPLATE_RELATIONS = NO
235 INCLUDED_BY_GRAPH = YES
238 GRAPHICAL_HIERARCHY = YES
239 DIRECTORY_GRAPH = YES
240 DOT_IMAGE_FORMAT = png
243 DOT_GRAPH_MAX_NODES = 50
244 MAX_DOT_GRAPH_DEPTH = 0
245 DOT_TRANSPARENT = YES
246 DOT_MULTI_TARGETS = NO
247 GENERATE_LEGEND = YES
249 #---------------------------------------------------------------------------
250 # Configuration::additions related to the search engine
251 #---------------------------------------------------------------------------