summaryrefslogtreecommitdiff
path: root/libavutil/intmath.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-08-22 09:32:43 -0700
committerTimothy Gu <timothygu99@gmail.com>2015-08-22 10:07:05 -0700
commitc5d9e9b354a3b9d9b1e8f69a19d2eb3ef91679ff (patch)
treee7f71b90c6e973cf0fcbdf7ce61608d627eb99d9 /libavutil/intmath.h
parent5dee7a32d738cdf9536ff66dfd0cb173e72bb181 (diff)
doxygen: Remove lavu_internal group
There is no use in an internal group for a public API documentation.
Diffstat (limited to 'libavutil/intmath.h')
-rw-r--r--libavutil/intmath.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavutil/intmath.h b/libavutil/intmath.h
index ef347f4108..08d54a64ad 100644
--- a/libavutil/intmath.h
+++ b/libavutil/intmath.h
@@ -33,11 +33,6 @@
# include "x86/intmath.h"
#endif
-/**
- * @addtogroup lavu_internal
- * @{
- */
-
#if HAVE_FAST_CLZ
#if defined( __INTEL_COMPILER )
#ifndef ff_log2
@@ -106,10 +101,6 @@ static av_always_inline av_const int ff_log2_16bit_c(unsigned int v)
#define av_log2_16bit ff_log2_16bit
/**
- * @}
- */
-
-/**
* @addtogroup lavu_math
* @{
*/