Kim Kulling 4 gadi atpakaļ
vecāks
revīzija
8d7e5db98c
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      include/assimp/Logger.hpp

+ 3 - 3
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
     };
 
     // ----------------------------------------------------------------------