From 5fe0d3e8fec8daf8bd56b0a309d18ea3e6d4e379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 8 Feb 2016 09:53:28 +0100 Subject: [PATCH] Math: doc++ --- src/Magnum/Math/Range.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/Range.h b/src/Magnum/Math/Range.h index 2a5702321..f6c5916bc 100644 --- a/src/Magnum/Math/Range.h +++ b/src/Magnum/Math/Range.h @@ -63,7 +63,7 @@ template class Range { typedef typename Implementation::RangeTraits::Type VectorType; /** - * Create range from minimal coordinates and size + * @brief Create range from minimal coordinates and size * @param min Minimal coordinates * @param size Range size */