From 6e8e98c5c1880217d064f15e86bf9d93bb987d93 Mon Sep 17 00:00:00 2001 From: Stephen Webb Date: Sat, 20 Jul 2024 13:38:41 +1000 Subject: [PATCH] Silence Doxygen warning --- src/main/include/log4cxx/helpers/messagebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/include/log4cxx/helpers/messagebuffer.h b/src/main/include/log4cxx/helpers/messagebuffer.h index 786fdf791..2200a954d 100644 --- a/src/main/include/log4cxx/helpers/messagebuffer.h +++ b/src/main/include/log4cxx/helpers/messagebuffer.h @@ -719,7 +719,7 @@ class LOG4CXX_EXPORT MessageBuffer /** * Remove the constructed string. - * @param buf used only to signal that + * @param os used only to signal that * the embedded stream was not used. */ std::basic_string extract_str(std::basic_ostream& os);