comparison pnm_loader.c @ 33882:08a90b0e44e1

doxygen: drop filename from @file directive Specifying the filename is not necessary and brittle across renames.
author diego
date Thu, 11 Aug 2011 17:45:38 +0000
parents 58232aeb3fdd
children
comparison
equal deleted inserted replaced
33881:5f26e381baf8 33882:08a90b0e44e1
24 * License as published by the Free Software Foundation; either 24 * License as published by the Free Software Foundation; either
25 * version 2.1 of the License, or (at your option) any later version. 25 * version 2.1 of the License, or (at your option) any later version.
26 */ 26 */
27 27
28 /** 28 /**
29 * \file pnm_loader.c 29 * \file
30 * \brief PNM image files loader 30 * \brief PNM image files loader
31 */ 31 */
32 32
33 #include <stdlib.h> 33 #include <stdlib.h>
34 #include <stdint.h> 34 #include <stdint.h>