summaryrefslogtreecommitdiff
path: root/libavdevice/avdevice.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-02 22:05:27 -0700
committerTimothy Gu <timothygu99@gmail.com>2016-08-02 22:15:25 -0700
commit58c7bf789f0b5c7345efdfe8313012835337efd6 (patch)
tree87d9ee19886b52033aaf65514cf36cd420ba6a9f /libavdevice/avdevice.h
parenta4d7a6d1dd51ad92a42bfc191b473b87ac9ec91b (diff)
downloadffmpeg-58c7bf789f0b5c7345efdfe8313012835337efd6.tar.gz
doxygen: Standardize root-level modules
Diffstat (limited to 'libavdevice/avdevice.h')
-rw-r--r--libavdevice/avdevice.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h
index 6b0446cde7..6153f2cd46 100644
--- a/libavdevice/avdevice.h
+++ b/libavdevice/avdevice.h
@@ -28,8 +28,9 @@
*/
/**
- * @defgroup lavd Special devices muxing/demuxing library
- * @{
+ * @defgroup lavd libavdevice
+ * Special devices muxing/demuxing library.
+ *
* Libavdevice is a complementary library to @ref libavf "libavformat". It
* provides various "special" platform-specific muxers and demuxers, e.g. for
* grabbing devices, audio capture and playback etc. As a consequence, the
@@ -40,7 +41,8 @@
*
* To use libavdevice, simply call avdevice_register_all() to register all
* compiled muxers and demuxers. They all use standard libavformat API.
- * @}
+ *
+ * @{
*/
#include "libavutil/log.h"
@@ -506,4 +508,8 @@ int avdevice_list_input_sources(struct AVInputFormat *device, const char *device
int avdevice_list_output_sinks(struct AVOutputFormat *device, const char *device_name,
AVDictionary *device_options, AVDeviceInfoList **device_list);
+/**
+ * @}
+ */
+
#endif /* AVDEVICE_AVDEVICE_H */