diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 187100bc8daa8b2b610a71b9cbfc7a6afeb60595..9bcf674126375af84fb312ba2689a509c64d1acd 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -138,14 +138,6 @@
  *
  * @{
  *
- * @defgroup lavu_internal Internal
- *
- * Not exported functions, for internal usage only
- *
- * @{
- *
- * @}
- *
  * @defgroup preproc_misc Preprocessor String Macros
  *
  * @{
diff --git a/libavutil/intmath.h b/libavutil/intmath.h
index ef347f41083130965b2b58f66ea381d3994b23c0..08d54a64ad2adf1f82f2ba3e6e8d3aaad379dc1d 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
  * @{