comparison utils.c @ 899:0795a743bda1 libavutil

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 98783d518982
children
comparison
equal deleted inserted replaced
898:9087f43dbcd2 899:0795a743bda1
18 18
19 #include "config.h" 19 #include "config.h"
20 #include "avutil.h" 20 #include "avutil.h"
21 21
22 /** 22 /**
23 * @file libavutil/utils.c 23 * @file
24 * various utility functions 24 * various utility functions
25 */ 25 */
26 26
27 unsigned avutil_version(void) 27 unsigned avutil_version(void)
28 { 28 {