Add a \param paragraph to the documentation of find_first_off( size_type )

The meaning of the parameter was clear from the \return paragraph, but,
without an explicit \param paragraph, MrDocs would show the
documentation of size_type as documentation of the parameter.
This commit is contained in:
Gennaro Prota
2025-09-22 12:26:21 +02:00
parent fc47959cd4
commit d8131f641c

View File

@@ -1265,6 +1265,9 @@ public:
//! Finds the first unset bit in `*this` with an index >= `pos`,
//! if any.
//!
//! \param pos The lower bound (inclusively) to start the search
//! from.
//!
//! \return
//! The lowest index `i` greater than or equal to `pos` such
//! that bit `i` is unset in `*this`, or `npos` if no such index