comparison fdctref.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 18737839ed27
children dc9005dec909
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
1 /** 1 /**
2 * @file fdctref.c 2 * @file libavcodec/fdctref.c
3 * forward discrete cosine transform, double precision. 3 * forward discrete cosine transform, double precision.
4 */ 4 */
5 5
6 /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ 6 /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
7 7