From df8ad5d18fe67b93393fb6f81d7598a95d021680 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Jan 2009 02:37:13 +0100 Subject: add a few missing doxygen comments --- src/pulse/gccmacro.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pulse/gccmacro.h') 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 -- cgit