From 7c8b20a6fec65113df0e2874cfb55cde31c666aa Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sat, 1 Oct 2016 19:25:19 -0400 Subject: added some documentation to mixer interface --- include/tinyalsa/mixer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 -- cgit v1.2.3