fixed documents to process properly via doxygen.

This commit is contained in:
Takashi Iwai 2004-05-24 14:57:47 +00:00
parent abf04e4cfd
commit c11a1fc9be
8 changed files with 17 additions and 6 deletions

View file

@ -1,4 +1,4 @@
/*
/**
* \file hwdep/hwdep.c
* \brief HwDep Interface (hardware dependent)
* \author Jaroslav Kysela <perex@suse.cz>

View file

@ -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>

View file

@ -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)
{

View file

@ -1,4 +1,4 @@
/*
/**
* \file pcm/pcm_share.c
* \ingroup PCM_Plugins
* \brief PCM Share Plugin Interface

View file

@ -1,4 +1,4 @@
/*
/**
* \file timer/timer.c
* \brief Timer Interface
* \author Jaroslav Kysela <perex@suse.cz>

View file

@ -1,4 +1,4 @@
/*
/**
* \file timer/timer_query.c
* \author Jaroslav Kysela <perex@suse.cz>
* \date 2001