comparison nellymoserdec.c @ 8718:e9d9d946f213 libavcodec

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.
author diego
date Sun, 01 Feb 2009 02:00:19 +0000
parents e49a2e1f0020
children c8ecf9b612b2
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
24 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 24 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25 * DEALINGS IN THE SOFTWARE. 25 * DEALINGS IN THE SOFTWARE.
26 */ 26 */
27 27
28 /** 28 /**
29 * @file nellymoserdec.c 29 * @file libavcodec/nellymoserdec.c
30 * The 3 alphanumeric copyright notices are md5summed they are from the original 30 * The 3 alphanumeric copyright notices are md5summed they are from the original
31 * implementors. The original code is available from http://code.google.com/p/nelly2pcm/ 31 * implementors. The original code is available from http://code.google.com/p/nelly2pcm/
32 */ 32 */
33 33
34 #include "nellymoser.h" 34 #include "nellymoser.h"