[*] Docs and build-files fixes.

pull/1014/head
Alexandr Arutjunov 2016-10-02 17:27:13 +03:00
parent 9c0de90ede
commit 3086a07e86
3 changed files with 3 additions and 2 deletions

View File

@ -617,6 +617,7 @@ ADD_ASSIMP_IMPORTER(X3D
X3DImporter_Geometry3D.cpp
X3DImporter_Group.cpp
X3DImporter_Light.cpp
X3DImporter_Macro.hpp
X3DImporter_Metadata.cpp
X3DImporter_Networking.cpp
X3DImporter_Node.hpp

View File

@ -23,7 +23,7 @@ namespace Assimp
/// Conastant which hold importer description
const aiImporterDesc X3DImporter::Description = {
"Extensible 3D(X3D) Importer",
"nevorek",
"smalcom",
"",
"See documentation in source code. Chapter: Limitations.",
aiImporterFlags_SupportTextFlavour | aiImporterFlags_LimitedSupport | aiImporterFlags_Experimental,

View File

@ -1,7 +1,7 @@
/// \file X3DImporter_Macro.hpp
/// \brief Useful macrodefines.
/// \date 2015-2016
/// \author nevorek@gmail.com
/// \author smal.root@gmail.com
#ifndef X3DIMPORTER_MACRO_HPP_INCLUDED
#define X3DIMPORTER_MACRO_HPP_INCLUDED