From 023998e3c84c3158ab9f02e26949dbcd3e048886 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Feb 2009 23:06:41 +0100 Subject: add doxygen comment for PA_GCC_WEAKREF --- src/pulse/gccmacro.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pulse/gccmacro.h b/src/pulse/gccmacro.h index 8d9d4f02..f110a740 100644 --- a/src/pulse/gccmacro.h +++ b/src/pulse/gccmacro.h @@ -119,6 +119,7 @@ #ifndef PA_GCC_WEAKREF #ifdef __GNUC__ +/** Macro for usgae of GCC's weakref attribute */ #define PA_GCC_WEAKREF(x) __attribute__((weakref(#x))); #endif #endif -- cgit