From 5aa7a2340416a328690f8a21ad350abb8572a9bd Mon Sep 17 00:00:00 2001 From: Anton Karpov Date: Wed, 5 Aug 2026 06:25:43 +0300 Subject: [PATCH] Clear remaining -Wdocumentation warnings --- include/boost/math/distributions/find_scale.hpp | 4 ++-- include/boost/math/special_functions/lambert_w.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/math/distributions/find_scale.hpp b/include/boost/math/distributions/find_scale.hpp index 39102e4c4c..8c597a7a7d 100644 --- a/include/boost/math/distributions/find_scale.hpp +++ b/include/boost/math/distributions/find_scale.hpp @@ -60,8 +60,8 @@ namespace boost } //cout << "z " << z << ", p " << p << ", quantile(Dist(), p) " - //<< quantile(Dist(), p) << ", z - mean " << z - location - //<<", sd " << (z - location) / quantile(Dist(), p) << endl; + // << quantile(Dist(), p) << ", z - mean " << z - location + // <<", sd " << (z - location) / quantile(Dist(), p) << endl; //quantile(N01, 0.001) -3.09023 //quantile(N01, 0.01) -2.32635 diff --git a/include/boost/math/special_functions/lambert_w.hpp b/include/boost/math/special_functions/lambert_w.hpp index c3305c4269..7ac77496e6 100644 --- a/include/boost/math/special_functions/lambert_w.hpp +++ b/include/boost/math/special_functions/lambert_w.hpp @@ -780,7 +780,7 @@ struct lambert_w0_small_z_series_term { using result_type = T; //! \param _z Lambert W argument z. - //! \param -term -pow<18>(z) / 6402373705728000uLL + //! \param _term -pow<18>(z) / 6402373705728000uLL //! \param _k number of terms == initially 18 // Note *after* evaluating N terms, its internal state has k = N and term = (-1)^N z^N.