Skip to content

Commit

Permalink
Doc++
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed May 9, 2015
1 parent a9aee19 commit 34b2aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Magnum/DimensionTraits.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

/** @file
* @brief Class @ref Magnum::DimensionTraits, alias @ref Magnum::VectorTypeFor, @ref Magnum::MatrixTypeFor
* @brief Class @ref Magnum::DimensionTraits, alias @ref Magnum::VectorTypeFor, @ref Magnum::RangeTypeFor, @ref Magnum::MatrixTypeFor
*/

#include "Magnum/Math/Math.h"
Expand All @@ -37,7 +37,7 @@ namespace Magnum {
/**
@brief Matrix and vector specializations for given dimension count
@see @ref VectorTypeFor, @ref MatrixTypeFor
@see @ref VectorTypeFor, @ref RangeTypeFor, @ref MatrixTypeFor
*/
template<UnsignedInt dimensions, class T> struct DimensionTraits {
DimensionTraits() = delete;
Expand Down

0 comments on commit 34b2aad

Please sign in to comment.