]> git.alsa-project.org Git - alsa-lib.git/commitdiff
doxygen: include docs for shmarea functions
authorborine <32966433+borine@users.noreply.github.com>
Wed, 2 Aug 2023 13:40:29 +0000 (14:40 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 1 Sep 2023 14:12:24 +0000 (16:12 +0200)
From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
doc/doxygen.cfg.in
include/global.h

index d9292fa8c0c0d9c05c7a5a703d45b5cefb458843..8bf29b21ebaf35321cbbd9bd69af1ad6bf0aece4 100644 (file)
@@ -112,6 +112,7 @@ EXCLUDE              = @top_srcdir@/src/control/control_local.h \
                   @top_srcdir@/src/topology/tplg_local.h
 RECURSIVE       = YES
 FILE_PATTERNS    = *.c *.h
+INCLUDE_PATH     = @top_builddir@/include
 EXAMPLE_PATH     = @top_srcdir@/test
 IMAGE_PATH      = @top_srcdir@/doc/pictures
 QUIET            = YES
index f81247695b8000212510affaeeeddf1ddcf587e5..dfe9bc2b54bf020b35f5f61f57bca3957d04f1b5 100644 (file)
@@ -128,11 +128,9 @@ int snd_async_handler_get_fd(snd_async_handler_t *handler);
 int snd_async_handler_get_signo(snd_async_handler_t *handler);
 void *snd_async_handler_get_callback_private(snd_async_handler_t *handler);
 
-#ifdef HAVE_SYS_SHM_H
 struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr);
 struct snd_shm_area *snd_shm_area_share(struct snd_shm_area *area);
 int snd_shm_area_destroy(struct snd_shm_area *area);
-#endif
 
 int snd_user_file(const char *file, char **result);