mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Documentation generation fixes
This commit is contained in:
parent
b4ac62f3dd
commit
62b2da1186
11 changed files with 15 additions and 17 deletions
|
|
@ -26,7 +26,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
|
@ -37,7 +36,6 @@
|
|||
#include <signal.h>
|
||||
#include <sys/poll.h>
|
||||
#include "control_local.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief get identifier of CTL handle
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
@ -44,8 +43,6 @@
|
|||
static int snd_hctl_compare_default(const snd_hctl_elem_t *c1,
|
||||
const snd_hctl_elem_t *c2);
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief Opens an HCTL
|
||||
* \param hctlp Returned HCTL handle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue