From b738d228bfdd3e704d61fc9c76db99e683d3f6a8 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 3 Aug 2026 21:40:27 -0700 Subject: [PATCH] Remove name of unnamed parameter in doxygen comment for --- include/boost/algorithm/string/formatter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/algorithm/string/formatter.hpp b/include/boost/algorithm/string/formatter.hpp index 0e08ae7..ce590c7 100644 --- a/include/boost/algorithm/string/formatter.hpp +++ b/include/boost/algorithm/string/formatter.hpp @@ -75,7 +75,7 @@ namespace boost { Constructs an \c empty_formatter. Empty formatter always returns an empty sequence. - \param Input container used to select a correct value_type for the + \param - container used to select a correct value_type for the resulting empty_container<>. \return An instance of the \c empty_formatter object. */