summaryrefslogtreecommitdiffstats
path: root/src/display/grayscale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/grayscale.cpp')
-rw-r--r--src/display/grayscale.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/display/grayscale.cpp b/src/display/grayscale.cpp
index e468044d3..f59cf6d23 100644
--- a/src/display/grayscale.cpp
+++ b/src/display/grayscale.cpp
@@ -73,7 +73,8 @@ guchar luminance(guchar r, guchar g, guchar b) {
return luminance & 0xff;
}
-/** @brief Use this method if there is no other way to find out if grayscale view or not
+/**
+ * Use this method if there is no other way to find out if grayscale view or not.
*
* In some cases, the choice between normal or grayscale is so deep in the code hierarchy,
* that it is not possible to determine whether grayscale is desired or not, without using