diff --git a/io/ansiescapecodes.cpp b/io/ansiescapecodes.cpp index c0a484f..a6a1759 100644 --- a/io/ansiescapecodes.cpp +++ b/io/ansiescapecodes.cpp @@ -153,6 +153,8 @@ std::string_view phraseString(Phrases phrase) /*! * \brief Returns a string for the specified \a phrase which is formatted using ANSI escape codes. + * \remarks This function is still experimental. It might be modified in an incompatible way or even removed + * in the next minor or patch release. */ std::string_view formattedPhraseString(Phrases phrase) {