浏览代码

Importer: fix doxygen comment style to default.

Kim Kulling 9 年之前
父节点
当前提交
91a6ff7f0e
共有 1 个文件被更改,包括 3 次插入1 次删除
  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: