X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_speaker_lib.h;h=b8890a9d726b8eae3e867f8067dabe6c795b9a5a;hb=e4a65af290c4fd85718b8497445ca16e0719bf5e;hp=f4453e5f23edfe09e7f3263ffb7557212a976260;hpb=c2d9d1e64c9801122caaa6b429fc67706db5c9d7;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_speaker_lib.h b/src/include/gnunet_speaker_lib.h index f4453e5f2..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 @@ -14,16 +14,21 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** - * @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 */