diff --git a/doc/UML_docs/Assimp_Arch_Import.class.violet.html b/doc/UML_docs/Assimp_Arch_Import.class.violet.html new file mode 100644 index 000000000..a7ed8c6ce --- /dev/null +++ b/doc/UML_docs/Assimp_Arch_Import.class.violet.html @@ -0,0 +1,656 @@ + + + + + + + + + This file was generated with Violet UML Editor 2.1.0. +   ( View Source / Download Violet ) +
+
+ +
+
+ embedded diagram image + + \ No newline at end of file diff --git a/doc/UML_docs/assimp.object.violet.html b/doc/UML_docs/assimp.object.violet.html new file mode 100644 index 000000000..1d82fa05f --- /dev/null +++ b/doc/UML_docs/assimp.object.violet.html @@ -0,0 +1,107 @@ + + + + + + + + + This file was generated with Violet UML Editor 2.1.0. +   ( View Source / Download Violet ) +
+
+ +
+
+ embedded diagram image + + \ No newline at end of file diff --git a/include/assimp/IOSystem.hpp b/include/assimp/IOSystem.hpp index 9a5876edf..83d927453 100644 --- a/include/assimp/IOSystem.hpp +++ b/include/assimp/IOSystem.hpp @@ -67,7 +67,8 @@ class IOStream; * to the importer library. If you implement this interface, you also want to * supply a custom implementation for IOStream. * - * @see Importer::SetIOHandler() */ + * @see Importer::SetIOHandler() + */ class ASSIMP_API IOSystem #ifndef SWIG : public Intern::AllocateFromAssimpHeap