Browse Source

doc: Doxygen, what the hell.

pull/415/head
Vladimír Vondruš 6 years ago
parent
commit
c5dd075106
  1. 3
      src/Magnum/Math/Vector2.h

3
src/Magnum/Math/Vector2.h

@ -162,8 +162,9 @@ template<class T> class Vector2: public Vector<2, T> {
* @f]
* @see @ref cross(),
* @ref dot(const Vector<size, T>&, const Vector<size, T>&),
* @ref operator-() const
* @ref Vector::operator-() const "operator-() const"
*/
/* For some reason @ref operator-() const doesn't work since 1.8.17 */
#ifdef DOXYGEN_GENERATING_OUTPUT
Vector2<T>
#else

Loading…
Cancel
Save