From 966d5720c38080e14a80e173d7cd34805c625e35 Mon Sep 17 00:00:00 2001 From: Gautam Kumar Date: Tue, 24 Jun 2025 17:04:38 +0530 Subject: [PATCH 1/2] [Doxygen] Name the argument in structured comments documentation validator tool complains about missing argument name. --- include/boost/range/iterator_range_core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/range/iterator_range_core.hpp b/include/boost/range/iterator_range_core.hpp index 8896b9e3..cd3f5b19 100644 --- a/include/boost/range/iterator_range_core.hpp +++ b/include/boost/range/iterator_range_core.hpp @@ -836,7 +836,7 @@ class iterator_range_base Construct a new sequence of the specified type from the elements in the given range - \param Range An input range + \param r Range An input range \return New sequence */ template< typename SeqT, typename Range > From f8a33bccd58b491ec20f412f2c782e8fe85a991f Mon Sep 17 00:00:00 2001 From: Gautam Kumar Date: Wed, 25 Jun 2025 12:09:02 +0530 Subject: [PATCH 2/2] Update iterator_range_core.hpp --- include/boost/range/iterator_range_core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/range/iterator_range_core.hpp b/include/boost/range/iterator_range_core.hpp index cd3f5b19..4fa29145 100644 --- a/include/boost/range/iterator_range_core.hpp +++ b/include/boost/range/iterator_range_core.hpp @@ -836,7 +836,7 @@ class iterator_range_base Construct a new sequence of the specified type from the elements in the given range - \param r Range An input range + \param r An input range \return New sequence */ template< typename SeqT, typename Range >