Explorar o código

Importer: fix doxygen comment style to default.

Kim Kulling %!s(int64=9) %!d(string=hai) anos
pai
achega
91a6ff7f0e
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      include/assimp/Importer.hpp

+ 3 - 1
include/assimp/Importer.hpp

@@ -115,7 +115,9 @@ namespace Assimp    {
 */
 class ASSIMP_API Importer   {
 public:
-    ///	@brief The upper limit for hints.
+    /**
+     *  @brief The upper limit for hints.
+     */
     static const unsigned int MaxLenHint = 200; 
 
 public: