From 80cab864b2d04cc77d99310f787b9e0877260fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 17 Aug 2014 13:33:47 +0200 Subject: [PATCH] Doc++ --- src/Magnum/Math/Geometry/Rectangle.h | 2 +- src/Magnum/SampleQuery.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Magnum/Math/Geometry/Rectangle.h b/src/Magnum/Math/Geometry/Rectangle.h index a4154272f..0f0c99f67 100644 --- a/src/Magnum/Math/Geometry/Rectangle.h +++ b/src/Magnum/Math/Geometry/Rectangle.h @@ -27,7 +27,7 @@ /** @file * @brief Class @ref Magnum::Math::Geometry::Rectangle - * @deprecated Use @ref Math/Range.h instead. + * @deprecated Use @ref Magnum/Math/Range.h instead. */ #include "Magnum/Math/Range.h" diff --git a/src/Magnum/SampleQuery.h b/src/Magnum/SampleQuery.h index 0d8459ed7..a97609894 100644 --- a/src/Magnum/SampleQuery.h +++ b/src/Magnum/SampleQuery.h @@ -129,14 +129,14 @@ class SampleQuery: public AbstractQuery { NoWait = GL_QUERY_NO_WAIT, /** - * The same as Wait, but regions untouched by the sample query may - * not be rendered at all. + * The same as @ref ConditionalRenderMode::Wait, but regions + * untouched by the sample query may not be rendered at all. */ ByRegionWait = GL_QUERY_BY_REGION_WAIT, /** - * The same as NoWait, but regions untouched by the sample query - * may not be rendered at all. + * The same as @ref ConditionalRenderMode::NoWait, but regions + * untouched by the sample query may not be rendered at all. */ ByRegionNoWait = GL_QUERY_BY_REGION_NO_WAIT };