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) {