aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_speaker_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_speaker_lib.h')
-rw-r--r--src/include/gnunet_speaker_lib.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/include/gnunet_speaker_lib.h b/src/include/gnunet_speaker_lib.h
index d3c4f3611..bd767fd2d 100644
--- a/src/include/gnunet_speaker_lib.h
+++ b/src/include/gnunet_speaker_lib.h
@@ -19,11 +19,16 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_speaker_lib.h
23 * @brief API to access an audio speaker; provides access to hardware speakers
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 speaker; provides access to hardware speakers
28 *
29 * @defgroup speaker Speaker service
30 * Access hardware audio speakers.
31 * @{
27 */ 32 */
28#ifndef GNUNET_SPEAKER_SERVICE_H 33#ifndef GNUNET_SPEAKER_SERVICE_H
29#define GNUNET_SPEAKER_SERVICE_H 34#define GNUNET_SPEAKER_SERVICE_H
@@ -135,4 +140,7 @@ GNUNET_SPEAKER_destroy (struct GNUNET_SPEAKER_Handle *speaker);
135#endif 140#endif
136 141
137#endif 142#endif
143
144/** @} */ /* end of group */
145
138/* end of gnunet_speaker_lib.h */ 146/* end of gnunet_speaker_lib.h */