mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Documentation generation fixes
This commit is contained in:
parent
b4ac62f3dd
commit
62b2da1186
11 changed files with 15 additions and 17 deletions
|
|
@ -26,13 +26,14 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "local.h"
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
|
||||
typedef struct _snd_input_ops {
|
||||
int (*close)(snd_input_t *input);
|
||||
int (*scanf)(snd_input_t *input, const char *format, va_list args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue