diff --git a/include/assimp/Logger.hpp b/include/assimp/Logger.hpp index 08ef8f42f..2ea4dacb7 100644 --- a/include/assimp/Logger.hpp +++ b/include/assimp/Logger.hpp @@ -73,9 +73,9 @@ public: * @brief Log severity to describe the granularity of logging. */ enum LogSeverity { - NORMAL, //!< Normal granularity of logging - DEBUGING, //!< Debug messages will be logged, but not verbose debug messages. - VERBOSE //!< All messages will be logged + NORMAL, ///< Normal granularity of logging + DEBUGGING, ///< Debug messages will be logged, but not verbose debug messages. + VERBOSE ///< All messages will be logged }; // ----------------------------------------------------------------------