ref: daa14598eb07cd5a0ac55f2a49f80a21574f21e1
parent: 1f65ce89b03a1d9c9bae9fa3ed0109b3bde21a60
author: Gregory Maxwell <[email protected]>
date: Sun Jun 10 17:30:01 EDT 2012
Add brief descriptions to the encode/decode groups to avoid weird autobreif strings.
--- a/include/opus.h
+++ b/include/opus.h
@@ -73,6 +73,8 @@
/** @defgroup opus_encoder Opus Encoder
* @{
*
+ * @brief This page describes the process and functions used to encode Opus.
+ *
* Since Opus is a stateful codec, the encoding process starts with creating an encoder
* state. This can be done with:
*
@@ -280,6 +282,7 @@
/** @defgroup opus_decoder Opus Decoder
* @{
*
+ * @brief This page describes the process and functions used to decode Opus.
*
* The decoding process also starts with creating a decoder
* state. This can be done with: