aboutsummaryrefslogtreecommitdiff
path: root/doc/haddock.xml
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-06-25 10:01:55 +0200
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-06-25 10:36:54 +0200
commit526067188c056a5d73e7e44671ca98baf12d666b (patch)
tree24af2bada672ab2f47938ab76dd3b51f6de3c833 /doc/haddock.xml
parent5412c262f403e52be45d607b34eb3a5806ea2a76 (diff)
Fix anchors. Closes #308.
Diffstat (limited to 'doc/haddock.xml')
-rw-r--r--doc/haddock.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml
index 1eaa7f02..39a947ca 100644
--- a/doc/haddock.xml
+++ b/doc/haddock.xml
@@ -2106,8 +2106,11 @@ This belongs to the list above!
<literal>"<replaceable>module</replaceable>#<replaceable>label</replaceable>"</literal>
where <replaceable>module</replaceable> is the module name
containing the anchor, and <replaceable>label</replaceable> is
- the anchor label. The module does not have to be local, it
- can be imported via an interface.</para>
+ the anchor label. The module does not have to be local, it can
+ be imported via an interface. Please note that in Haddock
+ versions 2.13.x and earlier, the syntax was
+ <literal>"<replaceable>module</replaceable>\#<replaceable>label</replaceable>"</literal>.
+ It is considered deprecated and will be removed in the future.</para>
</section>
<section>