diff --git a/libavcodec/Doxyfile b/libavcodec/Doxyfile index 4e5521c575c40d116fc92690685ea4b95b1db3bc..72740d836dbc4f65b879da225d7629d7958e45dc 100644 --- a/libavcodec/Doxyfile +++ b/libavcodec/Doxyfile @@ -126,14 +126,14 @@ INLINE_INHERITED_MEMB = NO # 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 --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index 9d833ccc51bc7a840cc5906d04af84aa0ef7d562..cfb21a4776d67c6937119a4497d7761e730ff1e2 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -18,7 +18,7 @@ */ /** - * @imgconvert.c + * @file imgconvert.c * Misc image convertion routines. */ diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index f89a4bb24cd7ec3d4e0fede080ace27202b3832b..7f3d630f0860ed264aa727c7e881dc15041853de 100644 --- a/libavcodec/pcm.c +++ b/libavcodec/pcm.c @@ -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) */