Settle the documentation of the iterators

We choose to hide the iterator type definitions and just document their
category, which is enough.
This commit is contained in:
Gennaro Prota
2025-09-15 11:21:27 +02:00
parent d3c4e2751a
commit 26dac17a4a
2 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ cmake: '-DDYNAMIC_BITSET_MRDOCS_BUILD=ON'
input:
- ../include
exclude-symbols:
- 'boost::bit_iterator_base'
- 'boost::bit_iterator'
- 'boost::const_bit_iterator'
- 'boost::detail'
- 'boost::detail::**'
- 'boost::to_string_helper'