Skip to content

Commit 1d90633

Browse files
committed
Use normal xref:'s
1 parent 1116833 commit 1d90633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/modules/ROOT/pages/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
Boost.DynamicBitset is a portable library that provides a set of bits.
1212

13-
The set (cpp:dynamic_bitset[]) provides access to the value of individual bits
14-
via cpp:dynamic_bitset::operator\[\][] and provides all of the bitwise operators
15-
that one can apply to builtin integers, such as cpp:operator&[] and
16-
cpp:operator<<[]. The number of bits can change at runtime.
13+
The set (xref:reference:boost/dynamic_bitset.adoc#boost-dynamic_bitset[dynamic_bitset]) provides access to the value of individual bits
14+
via xref:reference:boost/operator_subs-08.adoc[operator[\]] and provides all of the bitwise operators
15+
that one can apply to builtin integers, such as xref:reference:boost/operator_bitand.adoc[operator&] and
16+
xref:reference:boost/operator_lshift.adoc[operator<<]. The number of bits can change at runtime.
1717

1818
`dynamic_bitset` is nearly identical to `std::bitset`. The difference is that
1919
the size of a `dynamic_bitset` (the number of bits) can change at runtime,

0 commit comments

Comments
 (0)