diff --git a/doc/doxy_examples.c b/doc/doxy_examples.c index a5f5f259..0b45df71 100644 --- a/doc/doxy_examples.c +++ b/doc/doxy_examples.c @@ -18,4 +18,4 @@ /** \file feedseek.c Fuzzy feeder seeking. */ -/* @} */ +/** @} */ diff --git a/doc/doxygen.conf b/doc/doxygen.conf index b948148f..40010f3f 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -21,7 +21,7 @@ INPUT = \ ../src/libmpg123/fmt123.h \ ../src/libout123/out123.h \ ../src/libsyn123/syn123.h \ -OPTIMIZE_OUTPUT_FOR_C = YES +#OPTIMIZE_OUTPUT_FOR_C = YES EXTRACT_ALL = NO HIDE_UNDOC_MEMBERS = NO QUIET = YES