mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Add trailing periods to the \pre paragraphs that missed them
Reason: Consistency.
This commit is contained in:
@@ -690,7 +690,7 @@ public:
|
||||
//! significant bit.
|
||||
//!
|
||||
//! \pre
|
||||
//! `! this->empty()`
|
||||
//! `! this->empty()`.
|
||||
// -----------------------------------------------------------------------
|
||||
void pop_back();
|
||||
|
||||
@@ -698,7 +698,7 @@ public:
|
||||
//! significant bit.
|
||||
//!
|
||||
//! \pre
|
||||
//! `! this->empty()`
|
||||
//! `! this->empty()`.
|
||||
// -----------------------------------------------------------------------
|
||||
void pop_front();
|
||||
|
||||
@@ -745,7 +745,7 @@ public:
|
||||
//! \endcode
|
||||
//!
|
||||
//! \pre
|
||||
//! `this->size() == b.size()`
|
||||
//! `this->size() == b.size()`.
|
||||
//!
|
||||
//! \return
|
||||
//! `*this`.
|
||||
@@ -763,7 +763,7 @@ public:
|
||||
//! \endcode
|
||||
//!
|
||||
//! \pre
|
||||
//! `this->size() == b.size()`
|
||||
//! `this->size() == b.size()`.
|
||||
//!
|
||||
//! \return
|
||||
//! `*this`.
|
||||
|
||||
Reference in New Issue
Block a user