X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_speaker_lib.h;h=b8890a9d726b8eae3e867f8067dabe6c795b9a5a;hb=e4a65af290c4fd85718b8497445ca16e0719bf5e;hp=d3c4f36115a3bf57c7e8a4c9efe8fee63652a5b5;hpb=f27338992f0a5915ee974faea05f764c2df6f584;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_speaker_lib.h b/src/include/gnunet_speaker_lib.h index d3c4f3611..b8890a9d7 100644 --- a/src/include/gnunet_speaker_lib.h +++ b/src/include/gnunet_speaker_lib.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2013 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,11 +19,16 @@ */ /** - * @file include/gnunet_speaker_lib.h - * @brief API to access an audio speaker; provides access to hardware speakers * @author Simon Dieterle * @author Andreas Fuchs * @author Christian Grothoff + * + * @file + * API to access an audio speaker; provides access to hardware speakers + * + * @defgroup speaker Speaker service + * Access hardware audio speakers. + * @{ */ #ifndef GNUNET_SPEAKER_SERVICE_H #define GNUNET_SPEAKER_SERVICE_H @@ -135,4 +140,7 @@ GNUNET_SPEAKER_destroy (struct GNUNET_SPEAKER_Handle *speaker); #endif #endif + +/** @} */ /* end of group */ + /* end of gnunet_speaker_lib.h */