diff options
author | Brad King <brad.king@kitware.com> | 2015-01-20 14:26:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-20 14:28:28 (GMT) |
commit | a02fbec5f3eabf7847583a7f45c092ef6c066546 (patch) | |
tree | 6afaba4192793aa7a69df77deb0a3b28fc7b945c /Utilities/cmjsoncpp/include/json/reader.h | |
parent | 2e71d92ef270c4234368fd2e88259c0defbfb650 (diff) | |
download | CMake-a02fbec5f3eabf7847583a7f45c092ef6c066546.zip CMake-a02fbec5f3eabf7847583a7f45c092ef6c066546.tar.gz CMake-a02fbec5f3eabf7847583a7f45c092ef6c066546.tar.bz2 |
jsoncpp: Drop doxygen comments that cause Clang warnings
Even though we disable warnings when building jsoncpp itself, including
its headers from other CMake sources may still cause warnings. Update
the code to remove these -Wdocumentation warnings.
Diffstat (limited to 'Utilities/cmjsoncpp/include/json/reader.h')
-rw-r--r-- | Utilities/cmjsoncpp/include/json/reader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Utilities/cmjsoncpp/include/json/reader.h b/Utilities/cmjsoncpp/include/json/reader.h index 98814d5..95237d1 100644 --- a/Utilities/cmjsoncpp/include/json/reader.h +++ b/Utilities/cmjsoncpp/include/json/reader.h @@ -106,9 +106,7 @@ public: * the parsed document. An empty string is returned if no error * occurred * during parsing. - * \deprecated Use getFormattedErrorMessages() instead (typo fix). */ - JSONCPP_DEPRECATED("Use getFormattedErrorMessages instead") std::string getFormatedErrorMessages() const; /** \brief Returns a user friendly string that list errors in the parsed |