Importer: fix doxygen comment style to default.

pull/699/head
Kim Kulling 2015-11-28 12:05:55 +01:00
parent ba35c97e9d
commit 91a6ff7f0e
1 changed files with 3 additions and 1 deletions

View File

@ -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: