mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
We choose to hide the iterator type definitions and just document their category, which is enough.
27 lines
826 B
YAML
27 lines
826 B
YAML
# ============================================================================
|
|
# Copyright 2025 Gennaro Prota.
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
# ============================================================================
|
|
|
|
verbose: true
|
|
source-root: ..
|
|
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'
|
|
- 'boost::dynamic_bitset::bit_appender'
|
|
- 'boost::dynamic_bitset::buffer_type'
|
|
file-patterns:
|
|
- '*.hpp'
|
|
multipage: true
|
|
generator: adoc
|