@@ -64,9 +64,9 @@ namespace libsemigroups {
6464 // ! This function triggers a full enumeration of \p kb.
6565 // !
6666 // ! \tparam Word the type of the words contained in the output range.
67- // ! \tparam RewritingSystem the first template parameter for \ref_knuth_bendix.
68- // ! \tparam ReductionOrder the second template parameter for
69- // ! \ref_knuth_bendix.
67+ // ! \tparam RewritingSystem the first template parameter for
68+ // ! \ref_knuth_bendix. \ tparam ReductionOrder the second template parameter
69+ // ! for \ref_knuth_bendix.
7070 // !
7171 // ! \param kb the \ref_knuth_bendix instance.
7272 // !
@@ -79,8 +79,8 @@ namespace libsemigroups {
7979 template <typename Word, typename RewritingSystem, typename ReductionOrder>
8080 [[nodiscard]] auto
8181 normal_forms (KnuthBendix<Word, RewritingSystem, ReductionOrder>& kb) {
82- return detail::KnuthBendixNormalFormRange<Word, RewritingSystem, ReductionOrder>(
83- kb);
82+ return detail::
83+ KnuthBendixNormalFormRange<Word, RewritingSystem, ReductionOrder>( kb);
8484 }
8585
8686 // //////////////////////////////////////////////////////////////////////
@@ -106,9 +106,9 @@ namespace libsemigroups {
106106 // !
107107 // ! \tparam Word the type of the words contained in the output range
108108 // ! (default: std::string).
109- // ! \tparam RewritingSystem the first template parameter for \ref_knuth_bendix.
110- // ! \tparam ReductionOrder the second template parameter for
111- // ! \ref_knuth_bendix.
109+ // ! \tparam RewritingSystem the first template parameter for
110+ // ! \ref_knuth_bendix. \ tparam ReductionOrder the second template parameter
111+ // ! for \ref_knuth_bendix.
112112 // !
113113 // ! \param kb1 the first \ref_knuth_bendix instance.
114114 // ! \param kb2 the second \ref_knuth_bendix instance.
@@ -128,9 +128,9 @@ namespace libsemigroups {
128128 // !
129129 // ! \cong_common_warn_undecidable{Knuth-Bendix}.
130130 template <typename Word, typename RewritingSystem, typename ReductionOrder>
131- [[nodiscard]] std::vector<std::vector<Word>>
132- non_trivial_classes ( KnuthBendix<Word, RewritingSystem, ReductionOrder>& kb1,
133- KnuthBendix<Word, RewritingSystem, ReductionOrder>& kb2);
131+ [[nodiscard]] std::vector<std::vector<Word>> non_trivial_classes (
132+ KnuthBendix<Word, RewritingSystem, ReductionOrder>& kb1,
133+ KnuthBendix<Word, RewritingSystem, ReductionOrder>& kb2);
134134
135135 } // namespace congruence_common
136136
@@ -174,9 +174,9 @@ namespace libsemigroups {
174174 // !
175175 // ! \tparam Word the type of the words in the
176176 // ! \ref KnuthBendix::presentation.
177- // ! \tparam RewritingSystem the first template parameter for \ref_knuth_bendix.
178- // ! \tparam ReductionOrder the second template parameter for
179- // ! \ref_knuth_bendix.
177+ // ! \tparam RewritingSystem the first template parameter for
178+ // ! \ref_knuth_bendix. \ tparam ReductionOrder the second template parameter
179+ // ! for \ref_knuth_bendix.
180180 // !
181181 // ! \param kb the \ref_knuth_bendix instance.
182182 // !
@@ -188,7 +188,8 @@ namespace libsemigroups {
188188 // !
189189 // ! \sa KnuthBendix::run.
190190 template <typename Word, typename RewritingSystem, typename ReductionOrder>
191- void by_overlap_length (KnuthBendix<Word, RewritingSystem, ReductionOrder>& kb);
191+ void
192+ by_overlap_length (KnuthBendix<Word, RewritingSystem, ReductionOrder>& kb);
192193
193194 // ! \ingroup knuth_bendix_helpers_group
194195 // !
@@ -198,9 +199,9 @@ namespace libsemigroups {
198199 // !
199200 // ! \tparam Word the type of the words in the
200201 // ! \ref KnuthBendix::presentation.
201- // ! \tparam RewritingSystem the first template parameter for \ref_knuth_bendix.
202- // ! \tparam ReductionOrder the second template parameter for
203- // ! \ref_knuth_bendix.
202+ // ! \tparam RewritingSystem the first template parameter for
203+ // ! \ref_knuth_bendix. \ tparam ReductionOrder the second template parameter
204+ // ! for \ref_knuth_bendix.
204205 // !
205206 // ! \param kb the \ref_knuth_bendix instance defining the rules that are to
206207 // ! be checked for being reduced.
0 commit comments