1 # arch-tag: 0dd027b6-52b9-44e6-a80e-512ac63d1da0
2 #---------------------------------------------------------------------------
3 # General configuration options
4 #---------------------------------------------------------------------------
7 OUTPUT_DIRECTORY = doxygen
14 JAVADOC_AUTOBRIEF = YES
16 OPTIMIZE_OUTPUT_FOR_C = YES
18 #---------------------------------------------------------------------------
19 # configuration options related to warning and progress messages
20 #---------------------------------------------------------------------------
23 WARN_IF_UNDOCUMENTED = NO
25 #---------------------------------------------------------------------------
26 # configuration options related to the input files
27 #---------------------------------------------------------------------------
29 INPUT = src/ lib/compat/
30 FILE_PATTERNS = *.c *.h
32 #---------------------------------------------------------------------------
33 # configuration options related to source browsing
34 #---------------------------------------------------------------------------
39 #---------------------------------------------------------------------------
40 # configuration options related to the HTML output
41 #---------------------------------------------------------------------------
44 HTML_ALIGN_MEMBERS = YES
46 GENERATE_TREEVIEW = YES
49 #---------------------------------------------------------------------------
50 # configuration options related to the LaTeX output
51 #---------------------------------------------------------------------------
55 #---------------------------------------------------------------------------
56 # Configuration options related to the preprocessor
57 #---------------------------------------------------------------------------
59 PREDEFINED = __DOXYGEN__