summaryrefslogtreecommitdiff
path: root/fluid/code.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-12-10 17:41:59 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-12-10 17:52:39 +0100
commit235f9ed709d4b6ce6dbf46248250e8586bdd2dfe (patch)
treebdd04be82ffa8afcfbb96958f6750d3d34214ff3 /fluid/code.cxx
parenta8cc340321c308df72889ecb5b9ad2ba4c37e8af (diff)
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.
Diffstat (limited to 'fluid/code.cxx')
-rw-r--r--fluid/code.cxx2
1 files changed, 1 insertions, 1 deletions
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) {