summaryrefslogtreecommitdiffstats
path: root/src/pulse/gccmacro.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-27 02:37:13 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-27 02:37:13 +0100
commitdf8ad5d18fe67b93393fb6f81d7598a95d021680 (patch)
treed735df6ad1afeb051d3e368458b01158193bda4d /src/pulse/gccmacro.h
parent605853057114892c8e6b2e1ef1b5f745d36f88a4 (diff)
add a few missing doxygen comments
Diffstat (limited to 'src/pulse/gccmacro.h')
-rw-r--r--src/pulse/gccmacro.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulse/gccmacro.h b/src/pulse/gccmacro.h
index 0533b109..0b1a1a66 100644
--- a/src/pulse/gccmacro.h
+++ b/src/pulse/gccmacro.h
@@ -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