From f0cebf51ddfc3f3964cecfb25841a5022264014b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 27 Feb 2012 11:34:03 +0100 Subject: [PATCH 1/2] lavc doxy: add avcodec.h to the libavcodec group. --- libavcodec/avcodec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 0f2c7332fe..b5a08ec9eb 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -23,7 +23,8 @@ /** * @file - * external API header + * @ingroup libavc + * Libavcodec external API header */ #include From 006ec64877fb638de4b15ae5fd969e22bd0f60ca Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 12 May 2013 14:54:43 +0200 Subject: [PATCH 2/2] lavr doxy: add version.h to the lavr group --- libavresample/version.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libavresample/version.h b/libavresample/version.h index 387d097d3a..3cc4441d86 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -19,6 +19,12 @@ #ifndef AVRESAMPLE_VERSION_H #define AVRESAMPLE_VERSION_H +/** + * @file + * @ingroup lavr + * Libavresample version macros. + */ + #define LIBAVRESAMPLE_VERSION_MAJOR 1 #define LIBAVRESAMPLE_VERSION_MINOR 1 #define LIBAVRESAMPLE_VERSION_MICRO 0