Add trailing periods to the \pre paragraphs that missed them

Reason: Consistency.
This commit is contained in:
Gennaro Prota
2025-09-15 17:25:31 +02:00
parent 51db99cf32
commit 81011d8161

View File

@@ -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`.