Support value/type namespaces on identifier links
Identifier links can be prefixed with a 'v' or 't' to indicate the value or type namespace of the desired identifier. For example: -- | Some link to a value: v'Data.Functor.Identity' -- -- Some link to a type: t'Data.Functor.Identity' The default is still the type (with a warning about the ambiguity)
Showing
- doc/markup.rst 10 additions, 0 deletionsdoc/markup.rst
- haddock-api/src/Haddock.hs 2 additions, 1 deletionhaddock-api/src/Haddock.hs
- haddock-api/src/Haddock/Interface/LexParseRn.hs 42 additions, 13 deletionshaddock-api/src/Haddock/Interface/LexParseRn.hs
- haddock-api/src/Haddock/Interface/ParseModuleHeader.hs 1 addition, 2 deletionshaddock-api/src/Haddock/Interface/ParseModuleHeader.hs
- haddock-api/src/Haddock/Parser.hs 7 additions, 6 deletionshaddock-api/src/Haddock/Parser.hs
- haddock-api/src/Haddock/Types.hs 6 additions, 0 deletionshaddock-api/src/Haddock/Types.hs
- haddock-library/src/Documentation/Haddock/Parser.hs 14 additions, 8 deletionshaddock-library/src/Documentation/Haddock/Parser.hs
- haddock-library/src/Documentation/Haddock/Types.hs 10 additions, 0 deletionshaddock-library/src/Documentation/Haddock/Types.hs
- haddock-library/test/Documentation/Haddock/ParserSpec.hs 6 additions, 0 deletionshaddock-library/test/Documentation/Haddock/ParserSpec.hs
- html-test/Main.hs 1 addition, 1 deletionhtml-test/Main.hs
- html-test/ref/Bug253.html 8 additions, 8 deletionshtml-test/ref/Bug253.html
- html-test/ref/NamespacedIdentifiers.html 146 additions, 0 deletionshtml-test/ref/NamespacedIdentifiers.html
- html-test/src/NamespacedIdentifiers.hs 13 additions, 0 deletionshtml-test/src/NamespacedIdentifiers.hs
- latex-test/ref/NamespacedIdentifier/NamespacedIdentifiers.tex 41 additions, 0 deletions...x-test/ref/NamespacedIdentifier/NamespacedIdentifiers.tex
- latex-test/ref/NamespacedIdentifier/haddock.sty 57 additions, 0 deletionslatex-test/ref/NamespacedIdentifier/haddock.sty
- latex-test/ref/NamespacedIdentifier/main.tex 11 additions, 0 deletionslatex-test/ref/NamespacedIdentifier/main.tex
- latex-test/src/NamespacedIdentifier/NamespacedIdentifier.hs 13 additions, 0 deletionslatex-test/src/NamespacedIdentifier/NamespacedIdentifier.hs
Loading
Please register or sign in to comment