From 235f9ed709d4b6ce6dbf46248250e8586bdd2dfe Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 10 Dec 2021 17:41:59 +0100 Subject: Fluid: clean up Doxyfile, fix two minor doxygen issues Note: I "downgraded" this Doxyfile from 1.9.2 to 1.9.1 and edited all offending tags in the file for compatibility with 1.9.1 and 1.9.2. Older versions may issue warnings. --- fluid/code.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/code.cxx') diff --git a/fluid/code.cxx b/fluid/code.cxx index 848f4d27c..66a51901b 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -315,7 +315,7 @@ void write_cdata(const char *s, int length) { /** Print a formatted line to the source file. \param[in] format printf-style formatting text - \param[in] arg list of arguments + \param[in] args list of arguments */ void vwrite_c(const char* format, va_list args) { if (varused_test) { -- cgit v1.2.3