summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-codec/l16.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia-codec/l16.h')
-rw-r--r--pjmedia/include/pjmedia-codec/l16.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjmedia/include/pjmedia-codec/l16.h b/pjmedia/include/pjmedia-codec/l16.h
index c12320b9..03ecb5ed 100644
--- a/pjmedia/include/pjmedia-codec/l16.h
+++ b/pjmedia/include/pjmedia-codec/l16.h
@@ -25,8 +25,9 @@
/**
* @defgroup PJMED_L16 L16 Codec Family
* @ingroup PJMEDIA_CODEC
- * @brief 16bit linear codecs (useful for debugging)
+ * @brief PCM/16bit/linear codecs
* @{
+ *
* This section describes functions to register and register L16 codec
* factory to the codec manager. After the codec factory has been registered,
* application can use @ref PJMEDIA_CODEC API to manipulate the codec.