From a4f895a4df5980aa8bc0a3c8a59184e65bba5dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 7 Sep 2013 22:52:04 +0200 Subject: [PATCH] Doc++ --- src/Trade/AbstractImporter.h | 2 ++ src/Trade/ObjectData3D.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) */