diff options
Diffstat (limited to '')
-rw-r--r-- | doc/doxygen.conf.in (renamed from doc/doxygen.conf) | 4 | ||||
-rw-r--r-- | doc/protocol.xml | 6 | ||||
-rw-r--r-- | doc/user.xml | 11 |
3 files changed, 19 insertions, 2 deletions
diff --git a/doc/doxygen.conf b/doc/doxygen.conf.in index ddece77e8..8b123737c 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf.in @@ -31,7 +31,7 @@ PROJECT_NAME = MPD # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = @VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -534,7 +534,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src/ +INPUT = @top_srcdir@/src/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is diff --git a/doc/protocol.xml b/doc/protocol.xml index 3eb5aa932..a02a94e32 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -198,6 +198,12 @@ <option>crossfade</option>, replay gain </para> </listitem> + <listitem> + <para> + <returnvalue>sticker</returnvalue>: the sticker database + has been modified. + </para> + </listitem> </itemizedlist> <para> While a client is waiting for <command>idle</command> diff --git a/doc/user.xml b/doc/user.xml index 17bbdf91f..4dc04ff2e 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -621,6 +621,17 @@ cd mpd-version</programlisting> Plays streams with the MMS protocol. </para> </section> + + <section> + <title><varname>cdio_paranoia</varname></title> + + <para> + Plays audio CDs. The URI has the form: + "<filename>cdda://[DEVICE][/TRACK]</filename>". The + simplest form <filename>cdda://</filename> plays the whole + disc in the default drive. + </para> + </section> </section> <section> |