diff --git a/doc/system/reference.adoc b/doc/system/reference.adoc index 7116343..5dbf889 100644 --- a/doc/system/reference.adoc +++ b/doc/system/reference.adoc @@ -568,7 +568,8 @@ constexpr void clear() noexcept; [none] * {blank} + -Ensures: :: `val_ == 0`; `*cat_ == system_category()`. +Ensures: :: + `val_ == 0`; `*cat_ == system_category()`. #### Observers @@ -634,7 +635,8 @@ operator std::error_code() const; [none] * {blank} + -Returns: :: `std::error_code( val_, *cat_ )`. +Returns: :: + `std::error_code( val_, *cat_ )`. ### Class error_condition @@ -711,7 +713,8 @@ template * {blank} + Ensures: :: `*this == make_error_condition( e )`. -Remarks: :: This constructor is only enabled when `is_error_condition_enum::value` is `true`. +Remarks: :: + This constructor is only enabled when `is_error_condition_enum::value` is `true`. #### Modifiers @@ -739,7 +742,8 @@ constexpr void clear() noexcept; [none] * {blank} + -Ensures: :: `val_ == 0`; `*cat_ == generic_category()`. +Ensures: :: + `val_ == 0`; `*cat_ == generic_category()`. #### Observers @@ -797,7 +801,8 @@ operator std::error_condition() const; [none] * {blank} + -Returns: :: `std::error_condition( val_, *cat_ )`. +Returns: :: + `std::error_condition( val_, *cat_ )`. ### Nonmember functions @@ -882,7 +887,8 @@ std::size_t hash_value( const error_code & ec ); [none] * {blank} + -Returns: :: A hash value representing `ec`. +Returns: :: + A hash value representing `ec`. ## @@ -941,7 +947,8 @@ system_error( int ev, const error_category & ecat ); [none] * {blank} + -Ensures: :: `code() == error_code( ev, ecat )`. +Ensures: :: + `code() == error_code( ev, ecat )`. #### Observers