From 72a51c359477972588832de549894eaffc8bafae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 24 Aug 2022 13:02:08 +0200 Subject: [PATCH] DebugTools: doc++ Just make the title consistent for all CompareImage variants. --- src/Magnum/DebugTools/CompareImage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/DebugTools/CompareImage.h b/src/Magnum/DebugTools/CompareImage.h index b2d1fefb2..5567e2ed0 100644 --- a/src/Magnum/DebugTools/CompareImage.h +++ b/src/Magnum/DebugTools/CompareImage.h @@ -359,7 +359,7 @@ class CompareImage { }; /** -@brief Image file comparator +@brief Image file comparator for @ref Corrade::TestSuite Similar to @ref CompareImage, but comparing images loaded from files. Example usage: @@ -465,7 +465,7 @@ class CompareImageFile { }; /** -@brief Image-to-file comparator +@brief Image-to-file comparator for @ref Corrade::TestSuite A combination of @ref CompareImage and @ref CompareImageFile, which allows to compare an in-memory image to a image file. See their documentation for more @@ -528,7 +528,7 @@ class CompareImageToFile { }; /** -@brief File-to-image comparator +@brief File-to-image comparator for @ref Corrade::TestSuite A combination of @ref CompareImage and @ref CompareImageFile, which allows to compare an image file to an in-memory image. See their documentation for more