aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_microphone_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_microphone_lib.h')
-rw-r--r--src/include/gnunet_microphone_lib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_microphone_lib.h b/src/include/gnunet_microphone_lib.h
index 96a5e5f07..0d84bfdfc 100644
--- a/src/include/gnunet_microphone_lib.h
+++ b/src/include/gnunet_microphone_lib.h
@@ -19,11 +19,16 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_microphone_lib.h
23 * @brief API to access an audio microphone; provides access to hardware microphones
24 * @author Simon Dieterle 22 * @author Simon Dieterle
25 * @author Andreas Fuchs 23 * @author Andreas Fuchs
26 * @author Christian Grothoff 24 * @author Christian Grothoff
25 *
26 * @file
27 * API to access an audio microphone; provides access to hardware microphones
28 *
29 * @defgroup microphone Microphone library
30 * Provides access to hardware microphones.
31 * @{
27 */ 32 */
28#ifndef GNUNET_MICROPHONE_SERVICE_H 33#ifndef GNUNET_MICROPHONE_SERVICE_H
29#define GNUNET_MICROPHONE_SERVICE_H 34#define GNUNET_MICROPHONE_SERVICE_H
@@ -124,6 +129,7 @@ GNUNET_MICROPHONE_create_from_hardware (const struct GNUNET_CONFIGURATION_Handle
124void 129void
125GNUNET_MICROPHONE_destroy (struct GNUNET_MICROPHONE_Handle *microphone); 130GNUNET_MICROPHONE_destroy (struct GNUNET_MICROPHONE_Handle *microphone);
126 131
132/** @} */ /* end of group */
127 133
128#if 0 /* keep Emacsens' auto-indent happy */ 134#if 0 /* keep Emacsens' auto-indent happy */
129{ 135{