diff --git a/doc/doxy_examples.c b/doc/doxy_examples.c index e19ec871..b7c16a13 100644 --- a/doc/doxy_examples.c +++ b/doc/doxy_examples.c @@ -2,8 +2,7 @@ @{ */ /** \file mpg123_to_wav.c A simple MPEG audio to WAV converter using libmpg123 (read) and libsndfile (write). - ...an excersize on two simple APIs. -*/ + ...an excersize on two simple APIs. */ /** \file mpglib.c Example program mimicking the old mpglib test program. It takes an MPEG bitstream from standard input and writes raw audio to standard output. @@ -11,7 +10,8 @@ */ /** \file scan.c Example program that examines the exact length of an MPEG file. - It opens a list of files and does mpg123_scan() on each and reporting the mpg123_length() before and after that. -*/ + It opens a list of files and does mpg123_scan() on each and reporting the mpg123_length() before and after that. */ + +/** \file id3dump.c Parse ID3 info and print to standard output. */ /* @} */ diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 78d0c630..6972b9c4 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -9,7 +9,7 @@ CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English FULL_PATH_NAMES = NO -INPUT = doxy_examples.c examples/mpg123_to_wav.c examples/mpglib.c examples/scan.c ../src/libmpg123/mpg123.h +INPUT = doxy_examples.c examples/mpg123_to_wav.c examples/mpglib.c examples/scan.c examples/id3dump.c ../src/libmpg123/mpg123.h OPTIMIZE_OUTPUT_FOR_C = YES EXTRACT_ALL = NO HIDE_UNDOC_MEMBERS = NO