Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for headings inside function documentation. | Mateusz Kowalczyk | 2014-01-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Support for bold. | Mateusz Kowalczyk | 2014-01-12 | 1 | -0/+1 |
| | | | | | | | Conflicts: src/Haddock/Backends/Hoogle.hs src/Haddock/Interface/Rename.hs src/Haddock/Parser.hs | ||||
* | Fix totality, unicode, examples, paragraph parsing | Simon Hengel | 2014-01-12 | 1 | -2/+2 |
| | | | | | | | | Also simplify specs and parsers while we're at it. Some parsers were made more generic. This commit is a part of GHC pre-merge squash, email fuuzetsu@fuuzetsu.co.uk if you need the full commit history. | ||||
* | One pass parser and tests. | Mateusz Kowalczyk | 2014-01-12 | 1 | -6/+5 |
| | | | | | | | | We remove the HTML test as it is no longer necessary. We cover the test case in spec tests and other HTML tests but keeping this around fails: this is because the new parser has different semantics there. In fact, I suspect the original behaviour was a bug that wasn't caught/fixed but simply included as-is during the testing. | ||||
* | Fixes #253 | Mateusz Kowalczyk | 2013-09-02 | 1 | -2/+16 |
| | |||||
* | Add markup support for properties | Kazu Yamamoto | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 1 | -1/+4 |
| | |||||
* | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: src/Haddock/InterfaceFile.hs | ||||
| * | Add an optional label to URLs | Simon Hengel | 2012-05-27 | 1 | -1/+1 |
| | | |||||
* | | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -40/+38 |
|\| | |||||
| * | Fix reporting of modules safe haskell mode (#5989) | David Terei | 2012-04-06 | 1 | -4/+4 |
| | | |||||
| * | Clean up some code from last SoC project. | David Waern | 2012-02-04 | 1 | -41/+37 |
| | | |||||
| * | Add DocWarning to Doc | Simon Hengel | 2012-02-04 | 1 | -0/+1 |
| | | | | | | | | | | The Xhtml backend has special markup for that, Hoogle and LaTeX reuse what we have for DocEmphasis. | ||||
* | | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -12/+13 |
| | | |||||
* | | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -1/+1 |
| | | |||||
* | | Fix reporting of modules safe haskell mode (#5989) | David Terei | 2012-04-04 | 1 | -4/+4 |
|/ | |||||
* | Cleanup. | David Waern | 2011-11-26 | 1 | -21/+79 |
| | |||||
* | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 1 | -11/+16 |
| | |||||
* | Position the module header the same way everywhere | David Waern | 2010-05-13 | 1 | -2/+0 |
| | | | | Silly, but nice with some consistency :-) | ||||
* | Fix #112 | David Waern | 2010-04-10 | 1 | -12/+12 |
| | | | | | | | | No link was generated for 'Addr#' in a doc comment. The reason was simply that the identifier didn't parse. We were using parseIdentifier from the GHC API, with a parser state built from 'defaultDynFlags'. If we pass the dynflags of the module instead, the right options are turned on on while parsing the identifer (in this case -XMagicHash), and the parse succeeds. | ||||
* | Propagate source positions from Lex.x to Parse.y | David Waern | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Move H.Interface.Parse/Lex to H.Parse/Lex | David Waern | 2009-11-28 | 1 | -4/+4 |
| | | | | These are not just used to build Interfaces. | ||||
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -7/+7 |
| | |||||
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -15/+1 |
| | |||||
* | hlint police | David Waern | 2009-11-14 | 1 | -2/+1 |
| | |||||
* | Move doc parsing/lexing into Haddock for ghc>=6.11 | Isaac Dupree | 2009-08-23 | 1 | -0/+89 |