Skip to content

Commit

Permalink
Fix markup in fixed-size sorterds docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Jan 15, 2022
1 parent 3f4044e commit 4b783a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Fixed-size-sorters.md
Expand Up @@ -103,6 +103,7 @@ All specializations of `merge_exchange_network_sorter` provide a `index_pairs()
template<typename DifferenceType=std::ptrdiff_t>
[[nodiscard]] static constexpr auto index_pairs()
-> std::array<utility::index_pair<DifferenceType>, /* Number of CEs in the network */>;
```

### `merge_exchange_network_sorter`

Expand All @@ -125,6 +126,7 @@ All specializations of `odd_even_merge_network_sorter` provide a `index_pairs()
template<typename DifferenceType=std::ptrdiff_t>
[[nodiscard]] static constexpr auto index_pairs()
-> std::array<utility::index_pair<DifferenceType>, /* Number of CEs in the network */>;
```

### `sorting_network_sorter`

Expand Down

0 comments on commit 4b783a0

Please sign in to comment.