From 526067188c056a5d73e7e44671ca98baf12d666b Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Wed, 25 Jun 2014 10:01:55 +0200 Subject: Fix anchors. Closes #308. --- doc/haddock.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') 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! "module#label" where module is the module name containing the anchor, and label is - the anchor label. The module does not have to be local, it - can be imported via an interface. + 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 + "module\#label". + It is considered deprecated and will be removed in the future.
-- cgit v1.2.3