aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Xhtml.hs
Commit message (Expand)AuthorAgeFilesLines
* @since includes package name (#749)Alec Theriault2018-03-271-53/+57
* Use withBinaryFilealexbiehl2018-02-041-1/+1
* QuickJump: Mitigate encoding problems on Windowsalexbiehl2018-02-031-4/+5
* Clickable anchors for headings (#716)Alec Theriault2018-02-011-1/+2
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-10-311-27/+33
|\
| * Remote tabalexbiehl2017-10-311-2/+1
| * Copy quickjump.css for nicer error messagesalexbiehl2017-10-311-3/+3
| * Supported reexported-modules via --reexport flag.Edward Z. Yang2017-10-311-14/+11
| * Put Quickjump behind --quickjump flag (#697)Alexander Biehl2017-10-301-8/+11
| * Use <details> element for collapsibles (#690)Tim Baumann2017-10-091-7/+14
* | Fix merge falloutalexbiehl2017-10-081-5/+4
* | Merge remote-tracking branch 'origin/ghc-head' into HEADalexbiehl2017-10-081-5/+7
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-64/+11
| |\
| * | Match new AST as per GHC wip/new-tree-one-paramAlan Zimmerman2017-06-051-7/+7
| * | Render (signature) only if it actually is a signature!Edward Z. Yang2017-04-221-2/+5
| * | Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEADBen Gamari2017-03-231-43/+16
| |\ \
| * | | Render help documentation link next to (signature) in title.Edward Z. Yang2017-03-221-1/+8
| * | | Annotate signature docs with (signature)Edward Z. Yang2017-03-221-2/+5
| * | | 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