diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-02 08:34:59 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-02 08:34:59 +0000 |
| commit | b0c0eed3b05e20673469dc7b70cf3a92a42429b2 (patch) | |
| tree | a6c7c884d313c190ca2d5a56a3b0ed19e3aab942 /src/display/grayscale.cpp | |
| parent | Warning cleanup. (diff) | |
| download | inkscape-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.cpp | 3 |
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 |
