mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
fixed documents to process properly via doxygen.
This commit is contained in:
parent
abf04e4cfd
commit
c11a1fc9be
8 changed files with 17 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* \file hwdep/hwdep.c
|
||||
* \brief HwDep Interface (hardware dependent)
|
||||
* \author Jaroslav Kysela <perex@suse.cz>
|
||||
|
|
|
|||
|
|
@ -30,6 +30,15 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/*! \page mixer Mixer interface
|
||||
|
||||
<P>Mixer interface is designed to access the abstracted mixer controls.
|
||||
This is an abstraction layer over the hcontrol layer.
|
||||
|
||||
\section control_general_overview General overview
|
||||
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* \file mixer/simple.c
|
||||
* \brief Mixer Simple Element Class Interface
|
||||
* \author Jaroslav Kysela <perex@suse.cz>
|
||||
|
|
@ -110,7 +110,7 @@ static struct mixer_name_table {
|
|||
{0, 0},
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* !DOC_HIDDEN */
|
||||
|
||||
static const char *get_short_name(const char *lname)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* \file pcm/pcm_share.c
|
||||
* \ingroup PCM_Plugins
|
||||
* \brief PCM Share Plugin Interface
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* \file timer/timer.c
|
||||
* \brief Timer Interface
|
||||
* \author Jaroslav Kysela <perex@suse.cz>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* \file timer/timer_query.c
|
||||
* \author Jaroslav Kysela <perex@suse.cz>
|
||||
* \date 2001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue