From: Wolfgang Bangerth Date: Wed, 3 Apr 2024 03:09:14 +0000 (-0600) Subject: Augment documentation of Utilities::type_to_string(). X-Git-Tag: v9.6.0-rc1~415^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8972647aaea0d084e005a1a260ae53a16541dd91;p=dealii.git Augment documentation of Utilities::type_to_string(). --- 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