# HG changeset patch # User michaelni # Date 1046956971 0 # Node ID bfc18110d4b63b88fb7ba41728f630f2f3ac3034 # Parent 28f0e53706a7d425847d9a1b0a8ca5d1f92c0a9f typos & cosmetics diff -r 28f0e53706a7 -r bfc18110d4b6 Doxyfile --- a/Doxyfile Thu Mar 06 12:06:00 2003 +0000 +++ b/Doxyfile Thu Mar 06 13:22:51 2003 +0000 @@ -126,14 +126,14 @@ # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. -FULL_PATH_NAMES = NO +FULL_PATH_NAMES = YES # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. It is allowed to use relative paths in the argument list. -STRIP_FROM_PATH = +STRIP_FROM_PATH = . # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set diff -r 28f0e53706a7 -r bfc18110d4b6 imgconvert.c --- a/imgconvert.c Thu Mar 06 12:06:00 2003 +0000 +++ b/imgconvert.c Thu Mar 06 13:22:51 2003 +0000 @@ -18,7 +18,7 @@ */ /** - * @imgconvert.c + * @file imgconvert.c * Misc image convertion routines. */ diff -r 28f0e53706a7 -r bfc18110d4b6 pcm.c --- a/pcm.c Thu Mar 06 12:06:00 2003 +0000 +++ b/pcm.c Thu Mar 06 13:22:51 2003 +0000 @@ -16,6 +16,12 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +/** + * @file pcm.c + * PCM codecs + */ + #include "avcodec.h" /* from g711.c by SUN microsystems (unrestricted use) */