From c5d9e9b354a3b9d9b1e8f69a19d2eb3ef91679ff Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 22 Aug 2015 09:32:43 -0700 Subject: doxygen: Remove lavu_internal group There is no use in an internal group for a public API documentation. --- libavutil/intmath.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libavutil/intmath.h') 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 @@ -105,10 +100,6 @@ static av_always_inline av_const int ff_log2_16bit_c(unsigned int v) #define av_log2 ff_log2 #define av_log2_16bit ff_log2_16bit -/** - * @} - */ - /** * @addtogroup lavu_math * @{ -- cgit v1.2.3