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 bf8a220 commit 997f229
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 @@ -2450,6 +2450,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 @@ -2467,6 +2469,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 997f229

Please sign in to comment.