Skip to content

Commit

Permalink
More docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Jun 6, 2024
1 parent 3e435ab commit 5e9c22a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions include/libsemigroups/presentation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1961,6 +1961,19 @@ namespace libsemigroups {

} // namespace presentation

//! \ingroup presentations_group
//!
//! \brief For an implementations of inverse presentations for semigroups or
//! monoids.
//!
//! Defined in ``presentation.hpp``.
//!
//! This class template can be used to construction inverse presentations for
//! semigroups or monoids and is intended to be used as the input to other
//! algorithms in `libsemigroups`. This class inherits from \ref
//! Presentation<Word>
//!
//! \tparam Word the type of the underlying words.
template <typename Word>
class InversePresentation : public Presentation<Word> {
public:
Expand Down

0 comments on commit 5e9c22a

Please sign in to comment.