doxygen: pcm: silence 'not documented' warnings

From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
borine 2023-07-29 16:01:33 +01:00 committed by Jaroslav Kysela
parent 6a0a316bfb
commit 23931800da
4 changed files with 17 additions and 13 deletions

View file

@ -34,9 +34,11 @@
#include <pthread.h>
#include <dlfcn.h>
#ifndef DOC_HIDDEN
#define atomic_read(ptr) __atomic_load_n(ptr, __ATOMIC_SEQ_CST )
#define atomic_add(ptr, n) __atomic_add_fetch(ptr, n, __ATOMIC_SEQ_CST)
#define atomic_dec(ptr) __atomic_sub_fetch(ptr, 1, __ATOMIC_SEQ_CST)
#endif
#ifndef PIC
/* entry for static linking */