From 1d29d4c15d7cf403efe787091b9afa272db4fb42 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 15 Dec 2020 03:37:48 -0500 Subject: Clear Clang -Wdocumentation warnings --- integer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integer.h') diff --git a/integer.h b/integer.h index c36aed91..d727bdf7 100644 --- a/integer.h +++ b/integer.h @@ -705,8 +705,8 @@ public: /// \param a a constant reference to an Integer /// \return a reference to a std::ostream reference /// \details The output integer responds to std::hex, std::oct, std::hex, std::upper and - /// std::lower. The output includes the suffix \a \b h (for hex), \a \b . (\a \b dot, for dec) - /// and \a \b o (for octal). There is currently no way to suppress the suffix. + /// std::lower. The output includes the suffix \a h (for hex), \a . (\a dot, for dec) + /// and \a o (for octal). There is currently no way to suppress the suffix. /// \details If you want to print an Integer without the suffix or using an arbitrary base, then /// use IntToString(). /// \sa IntToString -- cgit v1.2.1