From ec0569e96c8acebdf78ebd71779c83a116229f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 17 May 2014 12:54:05 +0200 Subject: [PATCH] Doxygen workarounds. --- src/Magnum/Color.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Magnum/Color.h b/src/Magnum/Color.h index e9ee885ea..a35e60a8f 100644 --- a/src/Magnum/Color.h +++ b/src/Magnum/Color.h @@ -336,7 +336,9 @@ typedef BasicColor3 Color3; /** @brief Three-component (RGB) unsigned byte color */ typedef BasicColor3 Color3ub; +#ifndef DOXYGEN_GENERATING_OUTPUT MAGNUM_VECTORn_OPERATOR_IMPLEMENTATION(3, BasicColor3) +#endif /** @brief Four-component (RGBA) color @@ -507,7 +509,9 @@ typedef BasicColor4 Color4; /** @brief Four-component (RGBA) unsigned byte color */ typedef BasicColor4 Color4ub; +#ifndef DOXYGEN_GENERATING_OUTPUT MAGNUM_VECTORn_OPERATOR_IMPLEMENTATION(4, BasicColor4) +#endif /** @debugoperator{Magnum::BasicColor3} */ template inline Debug operator<<(Debug debug, const BasicColor3& value) {