summaryrefslogtreecommitdiff
path: root/dmagick/Image.d
diff options
context:
space:
mode:
authorMike Wey2011-10-02 16:14:14 +0200
committerMike Wey2011-10-02 16:14:14 +0200
commit75405b7ef6494565d56f0c9c996ca55817ad7554 (patch)
treeeeca60f187efd8f8017792978cabf82a7002636d /dmagick/Image.d
parent93dbb3b6d6ddc3b581e7228c1a9f34a98f1a548e (diff)
Change the color sceme used in the documentation.
Diffstat (limited to 'dmagick/Image.d')
-rw-r--r--dmagick/Image.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmagick/Image.d b/dmagick/Image.d
index 8f33642..2081c2b 100644
--- a/dmagick/Image.d
+++ b/dmagick/Image.d
@@ -681,7 +681,7 @@ class Image
* which includes the slop, offset, and power for each of
* the RGB channels as well as the saturation.
*
- * See_Also: $(LINK2 http://http://en.wikipedia.org/wiki/ASC_CDL,
+ * See_Also: $(LINK2 http://en.wikipedia.org/wiki/ASC_CDL,
* Wikipedia ASC CDL).
*/
void colorDecisionList(string colorCorrectionCollection)
@@ -1227,7 +1227,7 @@ class Image
* to produce the "negative" of an image.
*
* See_Also: $(LINK2 http://www.imagemagick.org/script/command-line-options.php#evaluate,
- * ImageMagick's -evaluate option).
+ * ImageMagick's -_evaluate option).
*/
void evaluate(MagickEvaluateOperator op, double value, ChannelType channel = ChannelType.DefaultChannels)
{