3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
8 PROJECT_NUMBER = @VERSION@
11 OUTPUT_LANGUAGE = English
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class " \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
31 JAVADOC_AUTOBRIEF = YES
33 MULTILINE_CPP_IS_BRIEF = NO
35 SEPARATE_MEMBER_PAGES = NO
37 # ALIASES taken from pidgin
38 ALIASES = "signal=- @ref " \
39 "signaldef=@subsection " \
41 "signalproto=@code " \
42 "endsignalproto=@endcode " \
44 "signals=@b Signals: " \
46 OPTIMIZE_OUTPUT_FOR_C = YES
47 OPTIMIZE_OUTPUT_JAVA = NO
48 BUILTIN_STL_SUPPORT = NO
51 DISTRIBUTE_GROUP_DOC = NO
53 TYPEDEF_HIDES_STRUCT = NO
54 #---------------------------------------------------------------------------
55 # Build related configuration options
56 #---------------------------------------------------------------------------
60 EXTRACT_LOCAL_CLASSES = YES
61 EXTRACT_LOCAL_METHODS = NO
62 EXTRACT_ANON_NSPACES = NO
63 HIDE_UNDOC_MEMBERS = YES
64 HIDE_UNDOC_CLASSES = YES
65 HIDE_FRIEND_COMPOUNDS = NO
66 HIDE_IN_BODY_DOCS = YES
68 CASE_SENSE_NAMES = YES
70 SHOW_INCLUDE_FILES = NO
72 SORT_MEMBER_DOCS = YES
74 SORT_BY_SCOPE_NAME = NO
75 GENERATE_TODOLIST = YES
76 GENERATE_TESTLIST = NO
77 GENERATE_BUGLIST = YES
78 GENERATE_DEPRECATEDLIST= YES
80 MAX_INITIALIZER_LINES = 30
84 #---------------------------------------------------------------------------
85 # configuration options related to warning and progress messages
86 #---------------------------------------------------------------------------
89 WARN_IF_UNDOCUMENTED = YES
90 WARN_IF_DOC_ERROR = YES
91 WARN_NO_PARAMDOC = YES
92 WARN_FORMAT = "$file:$line: $text "
94 #---------------------------------------------------------------------------
95 # configuration options related to the input files
96 #---------------------------------------------------------------------------
98 ../plugins/pluginmacros.h ../plugins/geanyplugin.h ../plugins/geanyfunctions.h \
99 ../tagmanager/tm_source_file.c ../tagmanager/include/tm_source_file.h \
100 ../tagmanager/tm_work_object.c ../tagmanager/include/tm_work_object.h \
101 ../tagmanager/tm_workspace.c ../tagmanager/include/tm_workspace.h
102 INPUT_ENCODING = UTF-8
103 FILE_PATTERNS = *.c \
124 EXCLUDE_SYMLINKS = NO
129 EXAMPLE_RECURSIVE = NO
133 FILTER_SOURCE_FILES = NO
134 #---------------------------------------------------------------------------
135 # configuration options related to source browsing
136 #---------------------------------------------------------------------------
139 STRIP_CODE_COMMENTS = YES
140 REFERENCED_BY_RELATION = NO
141 REFERENCES_RELATION = NO
142 REFERENCES_LINK_SOURCE = YES
144 VERBATIM_HEADERS = NO
145 #---------------------------------------------------------------------------
146 # configuration options related to the alphabetical class index
147 #---------------------------------------------------------------------------
148 ALPHABETICAL_INDEX = NO
149 COLS_IN_ALPHA_INDEX = 5
151 #---------------------------------------------------------------------------
152 # configuration options related to the HTML output
153 #---------------------------------------------------------------------------
155 HTML_OUTPUT = reference/
156 HTML_FILE_EXTENSION = .html
160 HTML_ALIGN_MEMBERS = YES
161 GENERATE_HTMLHELP = NO
162 HTML_DYNAMIC_SECTIONS = NO
169 ENUM_VALUES_PER_LINE = 4
170 GENERATE_TREEVIEW = NO
172 #---------------------------------------------------------------------------
173 # configuration options related to the LaTeX output
174 #---------------------------------------------------------------------------
177 LATEX_CMD_NAME = latex
178 MAKEINDEX_CMD_NAME = makeindex
186 LATEX_HIDE_INDICES = NO
187 #---------------------------------------------------------------------------
188 # configuration options related to the RTF output
189 #---------------------------------------------------------------------------
194 RTF_STYLESHEET_FILE =
195 RTF_EXTENSIONS_FILE =
196 #---------------------------------------------------------------------------
197 # configuration options related to the man page output
198 #---------------------------------------------------------------------------
203 #---------------------------------------------------------------------------
204 # configuration options related to the XML output
205 #---------------------------------------------------------------------------
210 XML_PROGRAMLISTING = YES
211 #---------------------------------------------------------------------------
212 # configuration options for the AutoGen Definitions output
213 #---------------------------------------------------------------------------
214 GENERATE_AUTOGEN_DEF = NO
215 #---------------------------------------------------------------------------
216 # configuration options related to the Perl module output
217 #---------------------------------------------------------------------------
218 GENERATE_PERLMOD = NO
221 PERLMOD_MAKEVAR_PREFIX =
222 #---------------------------------------------------------------------------
223 # Configuration options related to the preprocessor
224 #---------------------------------------------------------------------------
225 ENABLE_PREPROCESSING = YES
226 MACRO_EXPANSION = YES
227 EXPAND_ONLY_PREDEF = YES
230 INCLUDE_FILE_PATTERNS =
231 # make G_GNUC_PRINTF a no-op unless doxygen would ignore functions with varargs
232 PREDEFINED = "G_GNUC_PRINTF(x,y)=" HAVE_PLUGINS GEANY_FUNCTIONS_H
234 SKIP_FUNCTION_MACROS = NO
235 #---------------------------------------------------------------------------
236 # Configuration::additions related to external references
237 #---------------------------------------------------------------------------
241 EXTERNAL_GROUPS = YES
242 PERL_PATH = /usr/bin/perl
243 #---------------------------------------------------------------------------
244 # Configuration options related to the dot tool
245 #---------------------------------------------------------------------------
248 HIDE_UNDOC_RELATIONS = YES
251 COLLABORATION_GRAPH = YES
254 TEMPLATE_RELATIONS = NO
256 INCLUDED_BY_GRAPH = YES
259 GRAPHICAL_HIERARCHY = YES
260 DIRECTORY_GRAPH = YES
261 DOT_IMAGE_FORMAT = png
264 DOT_GRAPH_MAX_NODES = 50
265 MAX_DOT_GRAPH_DEPTH = 1000
266 DOT_TRANSPARENT = YES
267 DOT_MULTI_TARGETS = NO
268 GENERATE_LEGEND = YES
270 #---------------------------------------------------------------------------
271 # Configuration::additions related to the search engine
272 #---------------------------------------------------------------------------