summaryrefslogtreecommitdiff
path: root/dmagick/Options.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/Options.d')
-rw-r--r--dmagick/Options.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmagick/Options.d b/dmagick/Options.d
index db4e4e2..f959e54 100644
--- a/dmagick/Options.d
+++ b/dmagick/Options.d
@@ -33,7 +33,8 @@ import dmagick.c.quantize;
import dmagick.c.quantum;
import dmagick.c.type;
-private alias dmagick.c.quantize.DitherMethod DitherMethod;
+/// See_Also: $(CXREF quantize, _DitherMethod)
+public alias dmagick.c.quantize.DitherMethod DitherMethod;
//These symbols are publicly imported by dmagick.Image.
private alias dmagick.c.geometry.AffineMatrix AffineMatrix;