comparison soxenc.c @ 5969:178de7695c6c libavformat

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 636161c01391
children
comparison
equal deleted inserted replaced
5968:9fef9c7acf03 5969:178de7695c6c
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */ 23 */
24 24
25 /** 25 /**
26 * SoX native format muxer 26 * SoX native format muxer
27 * @file libavformat/soxenc.c 27 * @file
28 * @author Daniel Verkamp 28 * @author Daniel Verkamp
29 * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format 29 * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
30 */ 30 */
31 31
32 #include "libavutil/intreadwrite.h" 32 #include "libavutil/intreadwrite.h"