summaryrefslogtreecommitdiffstats
path: root/src/display/grayscale.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-02 08:34:59 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-02 08:34:59 +0000
commitb0c0eed3b05e20673469dc7b70cf3a92a42429b2 (patch)
treea6c7c884d313c190ca2d5a56a3b0ed19e3aab942 /src/display/grayscale.cpp
parentWarning cleanup. (diff)
downloadinkscape-b0c0eed3b05e20673469dc7b70cf3a92a42429b2.tar.gz
inkscape-b0c0eed3b05e20673469dc7b70cf3a92a42429b2.zip
Removing redundant doxygen @brief tag.
(bzr r10656)
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