mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user