comparison cdgraphics.c @ 11644:7dd2a45249a9 libavcodec

Remove explicit filename from Doxygen @file commands. Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in.
author diego
date Tue, 20 Apr 2010 14:45:34 +0000
parents 8a4984c5cacc
children c35d7bc64882
comparison
equal deleted inserted replaced
11643:92236ee7be0f 11644:7dd2a45249a9
21 21
22 #include "avcodec.h" 22 #include "avcodec.h"
23 #include "bytestream.h" 23 #include "bytestream.h"
24 24
25 /** 25 /**
26 * @file libavcodec/cdgraphics.c 26 * @file
27 * @brief CD Graphics Video Decoder 27 * @brief CD Graphics Video Decoder
28 * @author Michael Tison 28 * @author Michael Tison
29 * @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics 29 * @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics
30 * @sa http://www.ccs.neu.edu/home/bchafy/cdb/info/cdg 30 * @sa http://www.ccs.neu.edu/home/bchafy/cdb/info/cdg
31 */ 31 */