3 #---------------------------------------------------------------------------
4 # General configuration options
5 #---------------------------------------------------------------------------
8 OUTPUT_DIRECTORY = doc/api
9 OUTPUT_LANGUAGE = English
13 HIDE_UNDOC_MEMBERS = NO
14 HIDE_UNDOC_CLASSES = NO
15 BRIEF_MEMBER_DESC = YES
17 ALWAYS_DETAILED_SEC = NO
21 STRIP_CODE_COMMENTS = YES
22 CASE_SENSE_NAMES = YES
25 VERBATIM_HEADERS = YES
26 SHOW_INCLUDE_FILES = YES
27 JAVADOC_AUTOBRIEF = YES
30 SORT_MEMBER_DOCS = YES
31 DISTRIBUTE_GROUP_DOC = NO
33 GENERATE_TODOLIST = YES
34 GENERATE_TESTLIST = YES
35 GENERATE_BUGLIST = YES
38 MAX_INITIALIZER_LINES = 30
39 OPTIMIZE_OUTPUT_FOR_C = YES
41 #---------------------------------------------------------------------------
42 # configuration options related to warning and progress messages
43 #---------------------------------------------------------------------------
46 WARN_IF_UNDOCUMENTED = NO
49 #---------------------------------------------------------------------------
50 # configuration options related to the input files
51 #---------------------------------------------------------------------------
52 INPUT = lib include exec
53 FILE_PATTERNS = *.c *.h
57 EXAMPLE_RECURSIVE = NO
60 FILTER_SOURCE_FILES = NO
61 #---------------------------------------------------------------------------
62 # configuration options related to source browsing
63 #---------------------------------------------------------------------------
66 REFERENCED_BY_RELATION = YES
67 REFERENCES_RELATION = YES
68 #---------------------------------------------------------------------------
69 # configuration options related to the alphabetical class index
70 #---------------------------------------------------------------------------
71 ALPHABETICAL_INDEX = NO
72 COLS_IN_ALPHA_INDEX = 5
74 #---------------------------------------------------------------------------
75 # configuration options related to the HTML output
76 #---------------------------------------------------------------------------
82 HTML_ALIGN_MEMBERS = YES
83 GENERATE_HTMLHELP = NO
88 ENUM_VALUES_PER_LINE = 4
89 GENERATE_TREEVIEW = NO
91 #---------------------------------------------------------------------------
92 # configuration options related to the LaTeX output
93 #---------------------------------------------------------------------------
103 #---------------------------------------------------------------------------
104 # configuration options related to the RTF output
105 #---------------------------------------------------------------------------
110 RTF_STYLESHEET_FILE =
111 RTF_EXTENSIONS_FILE =
112 #---------------------------------------------------------------------------
113 # configuration options related to the man page output
114 #---------------------------------------------------------------------------
119 #---------------------------------------------------------------------------
120 # configuration options related to the XML output
121 #---------------------------------------------------------------------------
123 #---------------------------------------------------------------------------
124 # Configuration options related to the preprocessor
125 #---------------------------------------------------------------------------
126 ENABLE_PREPROCESSING = YES
127 MACRO_EXPANSION = YES
128 EXPAND_ONLY_PREDEF = YES
129 SEARCH_INCLUDES = YES
130 INCLUDE_PATH = include
131 INCLUDE_FILE_PATTERNS = *.h
132 PREDEFINED = "OPENAIS_BEGIN_DECLS=" \
133 "OPENAIS_END_DECLS=" \
134 "DOXYGEN_SHOULD_SKIP_THIS"
135 SKIP_FUNCTION_MACROS = YES
136 #---------------------------------------------------------------------------
137 # Configuration::addtions related to external references
138 #---------------------------------------------------------------------------
143 #---------------------------------------------------------------------------
144 # Configuration options related to the dot tool
145 #---------------------------------------------------------------------------
149 COLLABORATION_GRAPH = YES
150 TEMPLATE_RELATIONS = YES
151 HIDE_UNDOC_RELATIONS = YES
153 INCLUDED_BY_GRAPH = YES
154 GRAPHICAL_HIERARCHY = YES
157 MAX_DOT_GRAPH_WIDTH = 640
158 MAX_DOT_GRAPH_HEIGHT = 1024
159 GENERATE_LEGEND = YES
161 #---------------------------------------------------------------------------
162 # Configuration::addtions related to the search engine
163 #---------------------------------------------------------------------------