diff --git a/src/Trade/AbstractImporter.h b/src/Trade/AbstractImporter.h index 20aff4140..2590b284b 100644 --- a/src/Trade/AbstractImporter.h +++ b/src/Trade/AbstractImporter.h @@ -70,6 +70,8 @@ checked by the implementation: is any file opened. - All `do*()` implementations taking data ID as parameter are called only if the ID is from valid range. + +@todo How to handle casting from std::unique_ptr<> in more convenient way? */ class MAGNUM_EXPORT AbstractImporter: public PluginManager::AbstractPlugin { CORRADE_PLUGIN_INTERFACE("cz.mosra.magnum.Trade.AbstractImporter/0.3") diff --git a/src/Trade/ObjectData3D.h b/src/Trade/ObjectData3D.h index 3333b6f90..8fcaf1b46 100644 --- a/src/Trade/ObjectData3D.h +++ b/src/Trade/ObjectData3D.h @@ -38,7 +38,7 @@ namespace Magnum { namespace Trade { /** @brief Type of instance held by given 3D object -@see @ref ObjectData3D::type() +@see @ref ObjectData3D::instanceType() */ enum class ObjectInstanceType3D: UnsignedByte { Camera, /**< Camera instance (see CameraData) */