[FFmpeg-devel] [PATCH 10/17] avutil/lls: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 23:03:24 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavutil/lls.c | 2 ++
libavutil/lls.h | 9 +++++++++
2 files changed, 11 insertions(+)
diff --git a/libavutil/lls.c b/libavutil/lls.c
index abed8ef..bead009 100644
--- a/libavutil/lls.c
+++ b/libavutil/lls.c
@@ -23,6 +23,8 @@
/**
* @file
* linear least squares model
+ * @author Michael Niedermayer
+ * @ingroup lavu_lls
*/
#include <math.h>
diff --git a/libavutil/lls.h b/libavutil/lls.h
index c62d78a..a192947 100644
--- a/libavutil/lls.h
+++ b/libavutil/lls.h
@@ -27,6 +27,15 @@
#include "mem.h"
#include "version.h"
+/**
+ * @file
+ * Public header for libavutil LLS model
+ * @author Michael Niedermayer
+ * @defgroup lavu_lls Linear Least Squares
+ * @ingroup lavu_crypto
+ * @{
+ */
+
#define MAX_VARS 32
#define MAX_VARS_ALIGN FFALIGN(MAX_VARS+1,4)
--
1.8.1.2
More information about the ffmpeg-devel
mailing list