aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-10-01 19:25:19 -0400
committerTaylor Holberton <taylorcholberton@gmail.com>2016-10-01 19:25:19 -0400
commit7c8b20a6fec65113df0e2874cfb55cde31c666aa (patch)
tree9b0b947f1e210a5feb9baa5bc4a599dac10a7b67 /include
parent6d58e01d30961c2c84f7f5943695c475370777a1 (diff)
added some documentation to mixer interface
Diffstat (limited to 'include')
-rw-r--r--include/tinyalsa/mixer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tinyalsa/mixer.h b/include/tinyalsa/mixer.h
index 33ffb38..ae7c118 100644
--- a/include/tinyalsa/mixer.h
+++ b/include/tinyalsa/mixer.h
@@ -26,6 +26,12 @@
** DAMAGE.
*/
+/** @file */
+
+/** @defgroup tinyalsa-mixer Mixer Interface
+ * @brief All macros, structures and functions that make up the mixer interface.
+ */
+
#ifndef TINYALSA_MIXER_H
#define TINYALSA_MIXER_H