summaryrefslogtreecommitdiff
path: root/libavutil
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 /libavutil
parenta4d7a6d1dd51ad92a42bfc191b473b87ac9ec91b (diff)
doxygen: Standardize root-level modules
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/avutil.h6
-rw-r--r--libavutil/frame.h1
-rw-r--r--libavutil/version.h17
3 files changed, 11 insertions, 13 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index ed1fbfd449..29dd830bf5 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -79,10 +79,8 @@
*/
/**
- * @defgroup lavu Common utility functions
- *
- * @brief
- * libavutil contains the code shared across all the other FFmpeg libraries.
+ * @defgroup lavu libavutil
+ * Common code shared across all FFmpeg libraries.
*
* @note
* libavutil is designed to be modular. In most cases, in order to use the
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 2b5c3320c3..8a41a869b7 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -385,6 +385,7 @@ typedef struct AVFrame {
/**
* @defgroup lavu_frame_flags AV_FRAME_FLAGS
+ * @ingroup lavu_frame
* Flags describing additional frame properties.
*
* @{
diff --git a/libavutil/version.h b/libavutil/version.h
index 07618fc0bc..b2dffb751c 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -18,6 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @ingroup lavu
+ * Libavutil version macros
+ */
+
#ifndef AVUTIL_VERSION_H
#define AVUTIL_VERSION_H
@@ -49,12 +55,6 @@
*/
/**
- * @file
- * @ingroup lavu
- * Libavutil version macros
- */
-
-/**
* @defgroup lavu_ver Version and Build diagnostics
*
* Macros and function useful to check at compiletime and at runtime
@@ -78,9 +78,7 @@
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
/**
- * @}
- *
- * @defgroup depr_guards Deprecation guards
+ * @defgroup lavu_depr_guards Deprecation Guards
* FF_API_* defines may be placed below to indicate public API that will be
* dropped at a future version bump. The defines themselves are not part of
* the public API and may change, break or disappear at any time.
@@ -123,6 +121,7 @@
/**
* @}
+ * @}
*/
#endif /* AVUTIL_VERSION_H */