diff --git a/src/Camera.h b/src/Camera.h index 9980a273d..c5874d01a 100644 --- a/src/Camera.h +++ b/src/Camera.h @@ -29,9 +29,7 @@ namespace Magnum { /** - * @brief %Camera object - * - * @todo Subclasses - perspective, FBO postprocessing etc. +@brief %Camera object */ class MAGNUM_EXPORT Camera: public Object { public: diff --git a/src/Math/Matrix4.h b/src/Math/Matrix4.h index b36946258..e5320c25d 100644 --- a/src/Math/Matrix4.h +++ b/src/Math/Matrix4.h @@ -25,11 +25,10 @@ namespace Magnum { namespace Math { /** - * @brief 4x4 matrix - * - * @todo Rotation with Euler angles - * @todo Shearing - * @todo Reflection +@brief 4x4 matrix + +@todo Shearing +@todo Reflection */ template class Matrix4: public Matrix { public: