Skip to content

Commit

Permalink
Document sep in repr
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Oct 22, 2024
1 parent 6fb6ef8 commit 872334e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/libsemigroups/ukkonen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2455,6 +2455,8 @@ namespace libsemigroups {
//! Return a human readable representation of an Ukkonen::State object.
//!
//! \param st the Ukkonen::State object.
//! \param sep the string used to separate "Ukkonen" and "State" in the output
//! (defaults to "::").
//!
//! \returns A value of type std::string
//!
Expand All @@ -2472,6 +2474,8 @@ namespace libsemigroups {
//! Return a human readable representation of an Ukkonen::Node object.
//!
//! \param node the Ukkonen::Node object.
//! \param sep the string used to separate "Ukkonen" and "Node" in the output
//! (defaults to "::").
//!
//! \returns A value of type std::string
//!
Expand Down

0 comments on commit 872334e

Please sign in to comment.