소스 검색

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: