From 4b783a0f63d7254f693e7cd216ebd01477e47896 Mon Sep 17 00:00:00 2001 From: Morwenn Date: Sat, 15 Jan 2022 18:29:34 +0100 Subject: [PATCH] Fix markup in fixed-size sorterds docs --- docs/Fixed-size-sorters.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Fixed-size-sorters.md b/docs/Fixed-size-sorters.md index 464aaf72..b03b5757 100644 --- a/docs/Fixed-size-sorters.md +++ b/docs/Fixed-size-sorters.md @@ -103,6 +103,7 @@ All specializations of `merge_exchange_network_sorter` provide a `index_pairs() template [[nodiscard]] static constexpr auto index_pairs() -> std::array, /* Number of CEs in the network */>; +``` ### `merge_exchange_network_sorter` @@ -125,6 +126,7 @@ All specializations of `odd_even_merge_network_sorter` provide a `index_pairs() template [[nodiscard]] static constexpr auto index_pairs() -> std::array, /* Number of CEs in the network */>; +``` ### `sorting_network_sorter`