Skip to content

Commit f9f0f2b

Browse files
committed
Add codelinks in collections
1 parent 900a1a9 commit f9f0f2b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sus/collections/collections.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ namespace sus {
252252
/// [`std::ranges::viewable_range`](https://en.cppreference.com/w/cpp/ranges/viewable_range),
253253
/// such as with `vec.iter().range()`.
254254
///
255-
/// Iterators over value types or mutable references when converted by `range()`
256-
/// will also satisfy
255+
/// Iterators over value types or mutable references when converted by
256+
/// [`range()`]($sus::iter::IteratorBase::range) will also satisfy
257257
/// [`std::ranges::output_range`](https://en.cppreference.com/w/cpp/ranges/input_range),
258258
/// such as with `vec.iter_mut().range()`.
259259
///
@@ -268,6 +268,7 @@ namespace sus {
268268
/// and traits/concepts into C++. Additional changes are minimized to aid with
269269
/// familiarity and working across languages, but some are necessary for use in
270270
/// C++ or interop with the standard library. Subspace also provides additional
271-
/// containers specific to C++ when needed, such as `Array` (and TODO: FlatMap).
271+
/// containers specific to C++ when needed, such as [`Array`](
272+
/// $sus::collections::Array) (and TODO: FlatMap).
272273
namespace collections {}
273274
} // namespace sus

0 commit comments

Comments
 (0)