Browse Source

Math: doc++

pull/136/head
Vladimír Vondruš 10 years ago
parent
commit
5fe0d3e8fe
  1. 2
      src/Magnum/Math/Range.h

2
src/Magnum/Math/Range.h

@ -63,7 +63,7 @@ template<UnsignedInt dimensions, class T> class Range {
typedef typename Implementation::RangeTraits<dimensions, T>::Type VectorType; typedef typename Implementation::RangeTraits<dimensions, T>::Type VectorType;
/** /**
* Create range from minimal coordinates and size * @brief Create range from minimal coordinates and size
* @param min Minimal coordinates * @param min Minimal coordinates
* @param size Range size * @param size Range size
*/ */

Loading…
Cancel
Save