3 #---------------------------------------------------------------------------
4 # General configuration options
5 #---------------------------------------------------------------------------
7 PROJECT_NUMBER = @VERSION@
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 = YES
49 #---------------------------------------------------------------------------
50 # configuration options related to the input files
51 #---------------------------------------------------------------------------
52 INPUT = @top_srcdir@/dbus
53 FILE_PATTERNS = *.c *.h
57 # If the value of the INPUT tag contains directories, you can use the
58 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
59 # certain files from those directories.
61 EXCLUDE_PATTERNS = Makefile.* ChangeLog CHANGES CHANGES.* README \
62 README.* *.png AUTHORS DESIGN DESIGN.* *.desktop \
63 DESKTOP* COMMENTS HOWTO magic NOTES TODO THANKS
65 # The EXAMPLE_PATH tag can be used to specify one or more files or
66 # directories that contain example code fragments that are included (see
67 # the \include command).
71 EXAMPLE_RECURSIVE = NO
74 FILTER_SOURCE_FILES = NO
75 #---------------------------------------------------------------------------
76 # configuration options related to source browsing
77 #---------------------------------------------------------------------------
80 REFERENCED_BY_RELATION = YES
81 REFERENCES_RELATION = YES
82 #---------------------------------------------------------------------------
83 # configuration options related to the alphabetical class index
84 #---------------------------------------------------------------------------
85 ALPHABETICAL_INDEX = NO
86 COLS_IN_ALPHA_INDEX = 5
88 #---------------------------------------------------------------------------
89 # configuration options related to the HTML output
90 #---------------------------------------------------------------------------
96 HTML_ALIGN_MEMBERS = YES
97 GENERATE_HTMLHELP = NO
102 ENUM_VALUES_PER_LINE = 4
103 GENERATE_TREEVIEW = NO
105 #---------------------------------------------------------------------------
106 # configuration options related to the LaTeX output
107 #---------------------------------------------------------------------------
117 #---------------------------------------------------------------------------
118 # configuration options related to the RTF output
119 #---------------------------------------------------------------------------
124 RTF_STYLESHEET_FILE =
125 RTF_EXTENSIONS_FILE =
126 #---------------------------------------------------------------------------
127 # configuration options related to the man page output
128 #---------------------------------------------------------------------------
131 MAN_EXTENSION = .3dbus
133 #---------------------------------------------------------------------------
134 # configuration options related to the XML output
135 #---------------------------------------------------------------------------
137 #---------------------------------------------------------------------------
138 # Configuration options related to the preprocessor
139 #---------------------------------------------------------------------------
140 ENABLE_PREPROCESSING = YES
141 MACRO_EXPANSION = YES
142 EXPAND_ONLY_PREDEF = YES
143 SEARCH_INCLUDES = YES
145 INCLUDE_FILE_PATTERNS =
146 PREDEFINED = "DBUS_BEGIN_DECLS=" \
148 "DOXYGEN_SHOULD_SKIP_THIS" \
149 "DBUS_GNUC_DEPRECATED=" \
150 "_DBUS_DEFINE_GLOBAL_LOCK(name)=" \
151 "_DBUS_GNUC_PRINTF(from,to)="
152 SKIP_FUNCTION_MACROS = YES
153 #---------------------------------------------------------------------------
154 # Configuration::addtions related to external references
155 #---------------------------------------------------------------------------
160 #---------------------------------------------------------------------------
161 # Configuration options related to the dot tool
162 #---------------------------------------------------------------------------
166 COLLABORATION_GRAPH = YES
167 TEMPLATE_RELATIONS = YES
168 HIDE_UNDOC_RELATIONS = YES
170 INCLUDED_BY_GRAPH = YES
171 GRAPHICAL_HIERARCHY = YES
174 MAX_DOT_GRAPH_WIDTH = 640
175 MAX_DOT_GRAPH_HEIGHT = 1024
176 GENERATE_LEGEND = YES
178 #---------------------------------------------------------------------------
179 # Configuration::addtions related to the search engine
180 #---------------------------------------------------------------------------