Skip to content

Commit

Permalink
Fix issues with exception/s in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Dec 18, 2024
1 parent ea55634 commit 3413c77
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions include/libsemigroups/sims.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ namespace libsemigroups {
//!
//! \returns A reference to \c this.
//!
//! \exception
//! \exceptions
//! \no_libsemigroups_except
SimsStats& init() {
stats_zero();
Expand Down Expand Up @@ -351,7 +351,7 @@ namespace libsemigroups {
//!
//! \returns A reference to \c this.
//!
//! \exception
//! \exceptions
//! \no_libsemigroups_except
Subclass& init();

Expand Down Expand Up @@ -1248,7 +1248,7 @@ namespace libsemigroups {

uint64_t number_of_congruences(size_type n) const;
}; // SimsBase
} // namespace detail
} // namespace detail

namespace sims {
class const_cgp_iterator;
Expand Down Expand Up @@ -1419,7 +1419,7 @@ namespace libsemigroups {
//!
//! \returns A reference to \c this.
//!
//! \exception
//! \exceptions
//! \no_libsemigroups_except
Sims1& init();

Expand Down Expand Up @@ -1681,7 +1681,7 @@ namespace libsemigroups {
//!
//! \returns A reference to \c this.
//!
//! \exception
//! \exceptions
//! \no_libsemigroups_except
Sims2& init();

Expand Down Expand Up @@ -1746,7 +1746,7 @@ namespace libsemigroups {

using SimsBase::IteratorBase::stats;
}; // class iterator_base
}; // Sims2
}; // Sims2

//! \ingroup congruences_group
//!
Expand Down Expand Up @@ -1786,7 +1786,7 @@ namespace libsemigroups {
//!
//! \returns A reference to \c this.
//!
//! \exception
//! \exceptions
//! \no_libsemigroups_except
RepOrc& init();

Expand Down Expand Up @@ -1941,7 +1941,8 @@ namespace libsemigroups {
//!
//! \returns A value of type `WordGraph`.
//!
//! \exceptions \no_libsemigroups_except
//! \exceptions
//! \no_libsemigroups_except
[[nodiscard]] Sims1::word_graph_type word_graph() const;
};

Expand Down Expand Up @@ -1980,7 +1981,7 @@ namespace libsemigroups {
//!
//! \returns A reference to \c this.
//!
//! \exception
//! \exceptions
//! \no_libsemigroups_except
MinimalRepOrc& init() {
_size = 0;
Expand Down Expand Up @@ -2050,7 +2051,8 @@ namespace libsemigroups {
//!
//! \returns A value of type `WordGraph<uint32_t>`.
//!
//! \exceptions \no_libsemigroups_except
//! \exceptions
//! \no_libsemigroups_except
[[nodiscard]] Sims1::word_graph_type word_graph() const;
};

Expand Down

0 comments on commit 3413c77

Please sign in to comment.