Skip to content

Commit

Permalink
[DOC] Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MitraDarja committed Aug 24, 2023
1 parent 8767a77 commit 66a5de6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions include/minions_minimiser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -582,7 +579,6 @@ namespace minions::views
*
* \hideinitializer
*
* \stableapi{Since version 3.1.}
*/
inline constexpr auto minimiser = minions::detail::minimiser_fn{};

Expand Down
5 changes: 0 additions & 5 deletions include/minions_minimiser_hash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ namespace minions::views
* \attention
* Be aware of the requirements of the seqan3::views::kmer_hash view.
*
* \experimentalapi
*
* ### View properties
*
Expand All @@ -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{};

Expand Down
2 changes: 1 addition & 1 deletion include/modmer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class modmer_view : public std::ranges::view_interface<modmer_view<urng1_t>>
* \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 <typename other_urng1_t, typename other_urng2_t>
requires (std::ranges::viewable_range<other_urng1_t>
Expand Down

0 comments on commit 66a5de6

Please sign in to comment.