mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
add a few missing doxygen comments
This commit is contained in:
parent
6058530571
commit
df8ad5d18f
4 changed files with 19 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue