add a few missing doxygen comments

This commit is contained in:
Lennart Poettering 2009-01-27 02:37:13 +01:00
parent 6058530571
commit df8ad5d18f
4 changed files with 19 additions and 1 deletions

View file

@ -22,6 +22,9 @@
USA.
***/
/** \file
* GCC attribute macros */
#ifdef __GNUC__
#define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b)))
#else
@ -100,6 +103,7 @@
#else
/** Macro for usage of GCC's alloc_size attribute */
#define PA_GCC_ALLOC_SIZE(x)
/** Macro for usage of GCC's alloc_size attribute */
#define PA_GCC_ALLOC_SIZE2(x,y)
#endif
#endif