Skip to content

Commit

Permalink
[DOCS] Put \attention before example
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Jul 11, 2019
1 parent 76c7c29 commit b8f20e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions include/seqan3/range/container/dynamic_bitset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,13 @@ class dynamic_bitset
*
* \details
*
* \attention
* Both dynamic_bitsets must have the same size. In debug mode an assertion checks this constraint.
*
* ### Example
*
* \include test/snippet/range/container/dynamic_bitset_bitwise_and_member.cpp
*
* \attention
* Both dynamic_bitsets must have the same size. In debug mode an assertion checks this constraint.
*
* ### Exception
*
* No-throw guarantee.
Expand All @@ -565,13 +565,13 @@ class dynamic_bitset
*
* \details
*
* \attention
* Both dynamic_bitsets must have the same size. In debug mode an assertion checks this constraint.
*
* ### Example
*
* \include test/snippet/range/container/dynamic_bitset_bitwise_or_member.cpp
*
* \attention
* Both dynamic_bitsets must have the same size. In debug mode an assertion checks this constraint.
*
* ### Exception
*
* No-throw guarantee.
Expand All @@ -597,13 +597,13 @@ class dynamic_bitset
*
* \details
*
* \attention
* Both dynamic_bitsets must have the same size. In debug mode an assertion checks this constraint.
*
* ### Example
*
* \include test/snippet/range/container/dynamic_bitset_bitwise_xor_member.cpp
*
* \attention
* Both dynamic_bitsets must have the same size. In debug mode an assertion checks this constraint.
*
* ### Exception
*
* No-throw guarantee.
Expand Down

0 comments on commit b8f20e0

Please sign in to comment.