[FFmpeg-devel] [PATCH v3 23/54] avutil/csp: Fix bogus doxy filename

Marvin Scholz epirat07 at gmail.com
Sun Sep 25 03:10:50 EEST 2022


Separate the blocks to make the grouping easier to grasp,
add the file properly to the group and fix the file description
incorrectly used as filename, fixing the following doxy warning:

  warning: the name 'Colorspace' supplied as the argument in
  the \file statement is not an input file
---
 libavutil/csp.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/libavutil/csp.h b/libavutil/csp.h
index 37544449c6..18ef208adf 100644
--- a/libavutil/csp.h
+++ b/libavutil/csp.h
@@ -24,9 +24,14 @@
 #include "rational.h"
 
 /**
- * @file Colorspace value utility functions for libavutil.
+ * @file
+ * Colorspace value utility functions for libavutil.
+ * @ingroup lavu_math_csp
  * @author Ronald S. Bultje <rsbultje at gmail.com>
  * @author Leo Izen <leo.izen at gmail.com>
+ */
+
+/**
  * @defgroup lavu_math_csp Colorspace Utility
  * @ingroup lavu_math
  * @{
-- 
2.37.0 (Apple Git-136)



More information about the ffmpeg-devel mailing list