comparison sonic.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
comparison
equal deleted inserted replaced
11643:92236ee7be0f 11644:7dd2a45249a9
21 #include "avcodec.h" 21 #include "avcodec.h"
22 #include "get_bits.h" 22 #include "get_bits.h"
23 #include "golomb.h" 23 #include "golomb.h"
24 24
25 /** 25 /**
26 * @file libavcodec/sonic.c 26 * @file
27 * Simple free lossless/lossy audio codec 27 * Simple free lossless/lossy audio codec
28 * Based on Paul Francis Harrison's Bonk (http://www.logarithmic.net/pfh/bonk) 28 * Based on Paul Francis Harrison's Bonk (http://www.logarithmic.net/pfh/bonk)
29 * Written and designed by Alex Beregszaszi 29 * Written and designed by Alex Beregszaszi
30 * 30 *
31 * TODO: 31 * TODO: