diff --git a/src/Magnum/SceneGraph/AbstractFeature.h b/src/Magnum/SceneGraph/AbstractFeature.h index 5f218b8e1..1bc4aab51 100644 --- a/src/Magnum/SceneGraph/AbstractFeature.h +++ b/src/Magnum/SceneGraph/AbstractFeature.h @@ -288,7 +288,7 @@ template class AbstractFeature * transformation. * * Default implementation does nothing. - * @see @ref scenegraph-caching, clean() + * @see @ref scenegraph-caching, @ref clean() */ virtual void cleanInverted(const typename DimensionTraits::MatrixType& invertedAbsoluteTransformationMatrix); @@ -328,7 +328,7 @@ typedef AbstractFeature<2, Float> AbstractFeature2D; Convenience alternative to %AbstractFeature<3, T>. See @ref AbstractFeature for more information. @note Not available on GCC < 4.7. Use %AbstractFeature<3, T> instead. -@see AbstractFeature2D +@see @ref AbstractFeature3D, @ref AbstractBasicFeature2D */ template using AbstractBasicFeature3D = AbstractFeature<3, T>; #endif