From 872334e6dd34110c8c580f0fecbd7c9ff365a5ed Mon Sep 17 00:00:00 2001 From: Joseph Edwards Date: Tue, 22 Oct 2024 12:40:44 +0100 Subject: [PATCH] Document sep in repr --- include/libsemigroups/ukkonen.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/libsemigroups/ukkonen.hpp b/include/libsemigroups/ukkonen.hpp index 351407138..975aed084 100644 --- a/include/libsemigroups/ukkonen.hpp +++ b/include/libsemigroups/ukkonen.hpp @@ -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 //! @@ -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 //!