From 1683e941cec1557bc05b4308d8780f02548a8229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 20 Sep 2024 19:03:33 +0200 Subject: [PATCH] doc: new Doxygen doesn't like blank lines around equations. It's fixed in Doxygen master now, but version 1.12 causes the LaTeX processing to fail with this. So don't. --- src/Magnum/DebugTools/CompareImage.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Magnum/DebugTools/CompareImage.h b/src/Magnum/DebugTools/CompareImage.h index b1d5a36ce..338b7b5f6 100644 --- a/src/Magnum/DebugTools/CompareImage.h +++ b/src/Magnum/DebugTools/CompareImage.h @@ -263,9 +263,7 @@ vector of corresponding channel count and then the per-pixel delta is calculated as simple sum of per-channel deltas (where @f$ \boldsymbol{a} @f$ is the actual pixel value, @f$ \boldsymbol{e} @f$ expected pixel value and @f$ c @f$ is channel count), with max and mean delta being taken over the whole picture. @f[ - \Delta_{\boldsymbol{p}} = \sum\limits_{i=1}^c \dfrac{a_i - e_i}{c} - @f] The two parameters passed to the @ref CompareImage(Float, Float) constructor