diff --git a/include/minions_minimiser.hpp b/include/minions_minimiser.hpp index 1a924e4..2b724a6 100644 --- a/include/minions_minimiser.hpp +++ b/include/minions_minimiser.hpp @@ -555,9 +555,6 @@ namespace minions::views * *robust winnowing* by [Chirag et al.](https://www.biorxiv.org/content/10.1101/2020.02.11.943241v1.full.pdf) * and is proven to work especially well on repeat regions. * - * ### Example - * - * \include test/snippet/search/views/minimiser.cpp * * ### View properties * @@ -582,7 +579,6 @@ namespace minions::views * * \hideinitializer * - * \stableapi{Since version 3.1.} */ inline constexpr auto minimiser = minions::detail::minimiser_fn{}; diff --git a/include/minions_minimiser_hash.hpp b/include/minions_minimiser_hash.hpp index 8b1f57a..396f9be 100644 --- a/include/minions_minimiser_hash.hpp +++ b/include/minions_minimiser_hash.hpp @@ -137,7 +137,6 @@ namespace minions::views * \attention * Be aware of the requirements of the seqan3::views::kmer_hash view. * - * \experimentalapi * * ### View properties * @@ -160,13 +159,9 @@ namespace minions::views * * See the \link views views submodule documentation \endlink for detailed descriptions of the view properties. * - * ### Example - * - * \include test/snippet/search/views/minimiser_hash.cpp * * \hideinitializer * - * \experimentalapi{Experimental since version 3.1.} */ inline constexpr auto minimiser_hash = detail::minimiser_hash_fn{}; diff --git a/include/modmer.hpp b/include/modmer.hpp index 662a3f4..1e20d62 100644 --- a/include/modmer.hpp +++ b/include/modmer.hpp @@ -157,7 +157,7 @@ class modmer_view : public std::ranges::view_interface> * \param[in] urange2 The second input range to process. Must model std::ranges::viewable_range and * std::ranges::forward_range. * \param[in] mod_used The modvalue used. - * \param[in] seed_used The seed used. + * \param[in] seed_used The seed used. */ template requires (std::ranges::viewable_range