Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for headings inside function documentation. | Mateusz Kowalczyk | 2014-01-12 | 1 | -0/+1 |
* | Support for bold. | Mateusz Kowalczyk | 2014-01-12 | 1 | -0/+1 |
* | Fix totality, unicode, examples, paragraph parsing | Simon Hengel | 2014-01-12 | 1 | -2/+2 |
* | One pass parser and tests. | Mateusz Kowalczyk | 2014-01-12 | 1 | -6/+5 |
* | 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 |
|\ | |||||
| * | 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 |
* | | 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 |
* | Fix #112 | David Waern | 2010-04-10 | 1 | -12/+12 |
* | 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 |
* | 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 |