output: add _get_plugin()
[libmpdclient.git] / doc / doxygen.conf.in
blobb102f2bfa1259a5dfe48d1eec6b1fc30267e9fe8
1 #---------------------------------------------------------------------------
2 # Project related configuration options
3 #---------------------------------------------------------------------------
5 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = libmpdclient
8 PROJECT_NUMBER = @VERSION@
10 OUTPUT_DIRECTORY = doc
12 FULL_PATH_NAMES = YES
13 STRIP_FROM_PATH = @abs_top_srcdir@/include/
15 #---------------------------------------------------------------------------
16 # Build related configuration options
17 #---------------------------------------------------------------------------
19 EXTRACT_ALL = YES
20 EXTRACT_STATIC = YES
22 #---------------------------------------------------------------------------
23 # configuration options related to warning and progress messages
24 #---------------------------------------------------------------------------
26 QUIET = YES
27 WARNINGS = YES
28 WARN_IF_UNDOCUMENTED = YES
29 WARN_IF_DOC_ERROR = YES
30 WARN_NO_PARAMDOC = NO
32 #---------------------------------------------------------------------------
33 # configuration options related to the input files
34 #---------------------------------------------------------------------------
36 INPUT = @abs_top_srcdir@/include/mpd
37 FILE_PATTERNS = *.h
39 #---------------------------------------------------------------------------
40 # configuration options related to source browsing
41 #---------------------------------------------------------------------------
43 SOURCE_BROWSER = YES
45 # setting this to NO prevents doxygen from sorting functions alphabetically,
46 # which would destroy their "natural" order
47 SORT_MEMBER_DOCS = NO
49 #---------------------------------------------------------------------------
50 # configuration options related to the HTML output
51 #---------------------------------------------------------------------------
53 GENERATE_HTML = YES
54 HTML_OUTPUT = html
55 HTML_FILE_EXTENSION = .html
56 DOCSET_FEEDNAME = "The Music Player Daemon Project"
58 #---------------------------------------------------------------------------
59 # configuration options related to the LaTeX output
60 #---------------------------------------------------------------------------
62 GENERATE_LATEX = NO
64 #---------------------------------------------------------------------------
65 # configuration options related to the RTF output
66 #---------------------------------------------------------------------------
68 GENERATE_RTF = NO
70 #---------------------------------------------------------------------------
71 # configuration options related to the man page output
72 #---------------------------------------------------------------------------
74 GENERATE_MAN = NO
76 #---------------------------------------------------------------------------
77 # configuration options related to the XML output
78 #---------------------------------------------------------------------------
80 GENERATE_XML = NO
82 #---------------------------------------------------------------------------
83 # configuration options for the AutoGen Definitions output
84 #---------------------------------------------------------------------------
86 GENERATE_AUTOGEN_DEF = NO
88 #---------------------------------------------------------------------------
89 # configuration options related to the Perl module output
90 #---------------------------------------------------------------------------
92 GENERATE_PERLMOD = NO
94 #---------------------------------------------------------------------------
95 # Configuration options related to the preprocessor
96 #---------------------------------------------------------------------------
98 ENABLE_PREPROCESSING = NO
100 #---------------------------------------------------------------------------
101 # Configuration options related to the dot tool
102 #---------------------------------------------------------------------------
104 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
105 # available from the path. This tool is part of Graphviz (see:
106 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
107 # Bell Labs. The other options in this section have no effect if this option is
108 # set to NO
109 # The default value is: YES.
111 HAVE_DOT = @HAVE_DOT@
113 #---------------------------------------------------------------------------
114 # Configuration options related to the dot tool
115 #---------------------------------------------------------------------------
117 CLASS_DIAGRAMS = NO
119 #---------------------------------------------------------------------------
120 # Configuration::additions related to the search engine
121 #---------------------------------------------------------------------------
123 SEARCHENGINE = NO