aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* Print kind signatures on GADTsMateusz Kowalczyk2014-03-311-6/+10
* Fix issue #281Niklas Haas2014-03-152-10/+14
* Hide minimal definition for only-method classesNiklas Haas2014-03-151-1/+6
* Display minimal complete definitions for type classesNiklas Haas2014-03-135-12/+38
* Add UnicodeSyntax alternatives for * and ->Niklas Haas2014-03-131-2/+7
* Hide RHS of TFs with non-exported right hand sidesNiklas Haas2014-03-132-2/+3
* Revert "Reorder topDeclElem to move the source/wiki links to the top"Niklas Haas2014-03-111-1/+1
* Update appearance of fixity annotationsNiklas Haas2014-03-111-17/+25
* Group similar fixities togetherNiklas Haas2014-03-091-3/+10
* Differentiate between TH splices (line-links) and regular namesNiklas Haas2014-03-096-107/+134
* Reorder topDeclElem to move the source/wiki links to the topNiklas Haas2014-03-091-1/+1
* Render fixity informationNiklas Haas2014-03-085-82/+133
* Fix rendering of Contents when links are presentMateusz Kowalczyk2014-02-244-22/+37
* Lower precedence of equality constraintsNiklas Haas2014-02-231-1/+1
* Make ImplicitParams render correctly (#260)Niklas Haas2014-02-232-8/+13
* Use a bespoke data type to indicate fixityMateusz Kowalczyk2014-02-194-66/+66
* Improve display of poly-kinded type operatorsnand2014-02-113-27/+27
* Add support for type/data familiesnand2014-02-114-24/+40
* Ensure a space between type signature and ‘Source’Mateusz Kowalczyk2014-02-101-2/+1
* Insert a space between module link and descriptionMateusz Kowalczyk2014-02-101-1/+1
* Handle infix vs prefix names correctly everywhere, by explicitly specifying t...Dr. ERDI Gergo2014-01-314-56/+66
* <+>: Don't insert a space when concatenating empty nodesDr. ERDI Gergo2014-01-311-1/+3
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-194-22/+118
* Fixes #271Mateusz Kowalczyk2014-01-131-1/+1
* Per-module extension flags and language listing.Mateusz Kowalczyk2014-01-122-14/+33
* Allow for headings inside function documentation.Mateusz Kowalczyk2014-01-123-3/+22
* Support for bold.Mateusz Kowalczyk2014-01-123-3/+8
* One pass parser and tests.Mateusz Kowalczyk2014-01-123-29/+40
* Adapt to small change in Pretty's exportsSimon Peyton Jones2014-01-101-3/+3
* Revision to reflect new role annotation syntax in GHC.Richard Eisenberg2013-09-173-3/+1
* Fix ticket #247.Mateusz Kowalczyk2013-08-271-2/+6
* Output Copright and License keys in Xhtml backend.Mathieu Boespflug2013-08-041-5/+7
* Changes to reflect changes in GHC's type HsTyVarBndrRichard Eisenberg2013-08-023-1/+3
* Updates to reflect changes in HsDecls to support closed type families.Richard Eisenberg2013-06-211-6/+14
* Follow changes in baseIan Lynagh2013-02-161-0/+3
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-013-3/+11
|\
| * Add markup support for propertiesKazu Yamamoto2012-10-093-0/+3
| * Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-233-3/+8
| |\
| | * Add an optional label to URLsSimon Hengel2012-05-273-3/+8
* | | Implement overlapping type family instances.Richard Eisenberg2012-12-214-56/+57
* | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//haddockIan Lynagh2012-07-198-144/+146
|\| |
| * | Forward port changes from stable.Paolo Capriotti2012-07-198-144/+146
| |\|
| | * Attach warnings to `Documentation` typeSimon Hengel2012-05-175-9/+9
| | * newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-175-62/+66
| | * Use >>= instead of fmap and joinSimon Hengel2012-05-172-7/+4
| | * qualification style 'abbreviated' -> 'aliased'Henning Thielemann2012-04-022-5/+5
| | * abbreviated qualification: use Packages.lookupModuleInAllPackages for finding...Henning Thielemann2012-04-021-1/+1
| | * 'abbreviate' qualification style - basic supportHenning Thielemann2012-04-012-7/+18
| | * add QualOption type for distinction between qualification argument given by t...Henning Thielemann2012-04-012-15/+7
| | * Fix crash when using --qual. Naughty GHC API!David Waern2012-04-011-1/+4