Mark formattedPhraseString() as experimental

This commit is contained in:
Martchus 2020-11-25 17:51:43 +01:00
parent df126ab51c
commit ee96e03043
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{