From 8972647aaea0d084e005a1a260ae53a16541dd91 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 2 Apr 2024 21:09:14 -0600 Subject: [PATCH] Augment documentation of Utilities::type_to_string(). --- include/deal.II/base/utilities.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/deal.II/base/utilities.h b/include/deal.II/base/utilities.h index ff49887257..57e8831ec1 100644 --- a/include/deal.II/base/utilities.h +++ b/include/deal.II/base/utilities.h @@ -419,6 +419,9 @@ namespace Utilities * In general, C++ uses mangled names to identify types. This function * uses boost::core::demangle to return a human readable string describing * the type of the variable passed as argument. + * + * While the function takes the argument `t`, it does not actually use + * its value but only the type of `t` for its output. */ template std::string -- 2.39.5