aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Xhtml.hs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Render signature module tree separately from modules.Edward Z. Yang2017-03-151-1/+16
* | | | Add compile step that bundles and compresses JS files (#684)Tim Baumann2017-09-231-21/+7
* | | | QuickNav: Make docbase configurableAlexander Biehl2017-08-291-1/+6
* | | | Include subordinates in content indexalexbiehl2017-08-291-8/+11
* | | | Load javascript below the foldalexbiehl2017-08-281-7/+7
* | | | Content search for haddock html docalexbiehl2017-08-271-0/+6
* | | | Generate an index for package content search (#662)Florian Eggenhofer2017-08-271-2/+56
| |_|/ |/| |
* | | Haddock support for bundled pattern synonyms (#627)Christiaan Baaij2017-06-091-2/+2
* | | Remove anything related to obsolete frames modealexbiehl2017-04-261-62/+8
* | | Render (signature) only if it actually is a signature!Edward Z. Yang2017-04-251-2/+5
* | | Update MathJax URLPhil Ruffwind2017-04-031-1/+1
* | | Render help documentation link next to (signature) in title.Edward Z. Yang2017-03-231-1/+8
* | | Annotate signature docs with (signature)Edward Z. Yang2017-03-231-2/+5
* | | Render signature module tree separately from modules.Edward Z. Yang2017-03-231-1/+14
* | | Merge branch 'ghc-head'Ben Gamari2017-03-101-1/+1
|\| | | |/ |/|
| * Matching changes for GHC wip/T12942Alan Zimmerman2016-12-121-1/+1
| * Matching changes for #12105Alan Zimmerman2016-05-291-1/+1
* | Copyright holders shown on several lines. Fix #279Sebastian Meric de Bellefon2016-06-161-4/+14
* | remove framed view of the HTML documentation (see #114 and #274)Sebastian Meric de Bellefon2016-05-241-39/+3
|/
* Make sure --mathjax affects all written HTML filesJoachim Breitner2016-01-191-15/+16
* Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-headBen Gamari2015-12-251-10/+14
|\
| * Fix the documentation for haddock itself.Dominic Steinitz2015-12-211-11/+14
| * Handle inline math with mathjax.Dominic Steinitz2015-12-211-0/+1
* | Merge remote-tracking branch 'phadej/orphans' into ghc-headBen Gamari2015-12-201-7/+16
|\ \ | |/ |/|
| * Add orphan instances link to contents boxOleg Grenrus2015-09-281-6/+12
| * Print orphan instances header only if requiredOleg Grenrus2015-09-281-1/+1
| * Generate docs for orphan instancesOleg Grenrus2015-09-271-1/+4
* | More adaption to wildcard-refactorSimon Peyton Jones2015-12-141-1/+1
* | s/PackageKey/UnitId/g and s/packageKey/unitId/gEdward Z. Yang2015-12-141-1/+1
|/
* Fix typo in Haddock.Backends.Xhtml.Layout: divSynposis -> divSynopsisPhil Ruffwind2015-08-021-1/+1
* Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385Murray Campbell2015-05-111-2/+2
* Remove now redundant importsMateusz Kowalczyk2015-03-261-1/+0
* Various fixups and bumps for next releaseMateusz Kowalczyk2014-12-121-3/+0
* Support for PartialTypeSignaturesThomas Winant2014-12-121-1/+1
* Remove overlapping pattern matchAustin Seipp2014-12-121-1/+0
* Properly render package ID (not package key) in index, fixes #329.Edward Z. Yang2014-12-121-6/+8
* Revert "Merge branch 'reverts'"Mateusz Kowalczyk2014-12-121-1/+1
* Allow the parser to spit out meta-infoMateusz Kowalczyk2014-12-101-6/+6
* Experimental support for collapsable headersMateusz Kowalczyk2014-10-291-9/+8
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+690