mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
fix doxygen warnings
Fix some wrong parameter names, hide some undocumented functions, and correctly escape <> characters.
This commit is contained in:
parent
31e0ea4eed
commit
b5f50b06d2
4 changed files with 18 additions and 10 deletions
|
|
@ -39,6 +39,8 @@
|
|||
#include "asoundlib.h"
|
||||
#include "mixer_simple.h"
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
|
||||
#define SO_PATH PKGLIBDIR "/smixer"
|
||||
|
||||
typedef struct _class_priv {
|
||||
|
|
@ -54,6 +56,8 @@ typedef struct _class_priv {
|
|||
|
||||
typedef int (*snd_mixer_sbasic_init_t)(snd_mixer_class_t *class);
|
||||
|
||||
#endif /* !DOC_HIDDEN */
|
||||
|
||||
static int try_open(snd_mixer_class_t *class, const char *lib)
|
||||
{
|
||||
class_priv_t *priv = snd_mixer_class_get_private(class);
|
||||
|
|
@ -324,9 +328,9 @@ void snd_mixer_sbasic_set_private(const snd_mixer_class_t *class, void *private_
|
|||
}
|
||||
|
||||
/**
|
||||
* \brief Set private data for basic abstraction
|
||||
* \brief Set private data free callback for basic abstraction
|
||||
* \param class Mixer class
|
||||
* \param private_data Private data
|
||||
* \param private_free free callback for private data
|
||||
*/
|
||||
void snd_mixer_sbasic_set_private_free(const snd_mixer_class_t *class, void (*private_free)(snd_mixer_class_t *class))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue