Browse Source

Doc++

pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
a4f895a4df
  1. 2
      src/Trade/AbstractImporter.h
  2. 2
      src/Trade/ObjectData3D.h

2
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")

2
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) */

Loading…
Cancel
Save