haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 241 forks source link

Duplicate anchors #113

Closed ghc-mirror closed 10 years ago

ghc-mirror commented 10 years ago

Original reporter: sms@

Since Haddock 2.4.2 (?) duplicate anchors are created per function., e.g.

<A NAME="v:not"
><A NAME="v%3Anot"
>

In the previous Haddock versions the second type was used, so if one anchor is to be removed, it would be nice to keep the second one.

ghc-mirror commented 10 years ago

Original reporter: david.waern@

This is intentional. See #45. Does this cause you any trouble?

ghc-mirror commented 10 years ago

Original reporter: sms@

Replying to [comment:1 waern]:

This is intentional. See #45. Does this cause you any trouble?

Yes, it caused some trouble for the Hayoo! indexer. I have changed the code so the indexer works fine again and now it does not bother me any more. I just thought the duplicity was unintentional and so i wanted to report it.

ghc-mirror commented 10 years ago

Original reporter: david.waern@

Ok, closing the ticket.