Allow for headings inside function documentation.
LaTeX will treat the h3-h6 headings the same as we'd have to hack the style file heavily otherwise and it would make the headings tiny anyway. Hoogle upstream said they will put in the functionality on their end. Conflicts: src/Haddock/Interface/Rename.hs src/Haddock/Types.hs test/Haddock/ParserSpec.hs
Showing
- src/Haddock/Backends/Hoogle.hs 2 additions, 1 deletionsrc/Haddock/Backends/Hoogle.hs
- src/Haddock/Backends/LaTeX.hs 8 additions, 1 deletionsrc/Haddock/Backends/LaTeX.hs
- src/Haddock/Backends/Xhtml/DocMarkup.hs 12 additions, 1 deletionsrc/Haddock/Backends/Xhtml/DocMarkup.hs
- src/Haddock/Interface/LexParseRn.hs 1 addition, 0 deletionssrc/Haddock/Interface/LexParseRn.hs
- src/Haddock/InterfaceFile.hs 16 additions, 2 deletionssrc/Haddock/InterfaceFile.hs
- src/Haddock/Parser.hs 12 additions, 2 deletionssrc/Haddock/Parser.hs
- src/Haddock/Types.hs 16 additions, 0 deletionssrc/Haddock/Types.hs
- src/Haddock/Utils.hs 3 additions, 1 deletionsrc/Haddock/Utils.hs
- test/Haddock/ParserSpec.hs 19 additions, 0 deletionstest/Haddock/ParserSpec.hs
Loading
Please register or sign in to comment