diff mbox series

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

Message ID 20220925001121.37721-24-epirat07@gmail.com
State Accepted
Commit 88e78ec6a8cc03c63839c914d4f3a7a0d3fa5623
Headers show
Series Various Doxygen fixes | expand

Commit Message

Marvin Scholz Sept. 25, 2022, 12:10 a.m. UTC
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 mbox series

Patch

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@gmail.com>
  * @author Leo Izen <leo.izen@gmail.com>
+ */
+
+/**
  * @defgroup lavu_math_csp Colorspace Utility
  * @ingroup lavu_math
  * @{