Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'ghc-head' | Ben Gamari | 2017-03-10 | 1 | -1/+1 | |
|\| | | |/ |/| | ||||||
| * | Matching changes for GHC wip/T12942 | Alan Zimmerman | 2016-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | Matching changes for #12105 | Alan Zimmerman | 2016-05-29 | 1 | -1/+1 | |
| | | ||||||
* | | Copyright holders shown on several lines. Fix #279 | Sebastian Meric de Bellefon | 2016-06-16 | 1 | -4/+14 | |
| | | ||||||
* | | remove framed view of the HTML documentation (see #114 and #274) | Sebastian Meric de Bellefon | 2016-05-24 | 1 | -39/+3 | |
|/ | | | | | Frames are a bit broken, ignored by Hackage, and considered obsolete in general. This patch disables frames generation. The mini_*.html files are still used in the synopsis. | |||||
* | Make sure --mathjax affects all written HTML files | Joachim Breitner | 2016-01-19 | 1 | -15/+16 | |
| | | | | This fixes #475. | |||||
* | Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-head | Ben Gamari | 2015-12-25 | 1 | -10/+14 | |
|\ | ||||||
| * | Fix the documentation for haddock itself. | Dominic Steinitz | 2015-12-21 | 1 | -11/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change notation and add support for inline math. Allow newlines in display math. Add a command line option for the mathjax url (you might want to use a locally installed version). Rebase tests because of extra url and version change. Respond to (some of the) comments. Fix warnings in InterfaceFile.hs | |||||
| * | Handle inline math with mathjax. | Dominic Steinitz | 2015-12-21 | 1 | -0/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'phadej/orphans' into ghc-head | Ben Gamari | 2015-12-20 | 1 | -7/+16 | |
|\ \ | |/ |/| | ||||||
| * | Add orphan instances link to contents box | Oleg Grenrus | 2015-09-28 | 1 | -6/+12 | |
| | | ||||||
| * | Print orphan instances header only if required | Oleg Grenrus | 2015-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Generate docs for orphan instances | Oleg Grenrus | 2015-09-27 | 1 | -1/+4 | |
| | | ||||||
* | | More adaption to wildcard-refactor | Simon Peyton Jones | 2015-12-14 | 1 | -1/+1 | |
| | | ||||||
* | | s/PackageKey/UnitId/g and s/packageKey/unitId/g | Edward Z. Yang | 2015-12-14 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | |||||
* | Fix typo in Haddock.Backends.Xhtml.Layout: divSynposis -> divSynopsis | Phil Ruffwind | 2015-08-02 | 1 | -1/+1 | |
| | | | | Closes #408 | |||||
* | Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385 | Murray Campbell | 2015-05-11 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit 2380f07c430c525b205ce2eae6dab23c8388d899) | |||||
* | Remove now redundant imports | Mateusz Kowalczyk | 2015-03-26 | 1 | -1/+0 | |
| | ||||||
* | Various fixups and bumps for next release | Mateusz Kowalczyk | 2014-12-12 | 1 | -3/+0 | |
| | ||||||
* | Support for PartialTypeSignatures | Thomas Winant | 2014-12-12 | 1 | -1/+1 | |
| | | | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs haddock-api/src/Haddock/Interface/Create.hs | |||||
* | Remove overlapping pattern match | Austin Seipp | 2014-12-12 | 1 | -1/+0 | |
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> | |||||
* | Properly render package ID (not package key) in index, fixes #329. | Edward Z. Yang | 2014-12-12 | 1 | -6/+8 | |
| | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Conflicts: haddock-api/src/Haddock/ModuleTree.hs | |||||
* | Revert "Merge branch 'reverts'" | Mateusz Kowalczyk | 2014-12-12 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 5c93cc347773c7634321edd5f808d5b55b46301f, reversing changes made to 5b81a9e53894d2ae591ca0c6c96199632d39eb06. Conflicts: haddock-api/src/Haddock/Convert.hs | |||||
* | Allow the parser to spit out meta-info | Mateusz Kowalczyk | 2014-12-10 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | Currently we only use it only for ‘since’ annotations but with these patches it should be fairly simple to add new attributes if we wish to. Closes #26. It seems to work fine but due to 7.10 rush I don't have the chance to do more exhaustive testing right now. The way the meta is output (emphasis at the end of the whole comment) is fairly arbitrary and subject to bikeshedding. Note that this makes test for Bug310 fail due to interface version bump: it can't find the docs for base with this interface version so it fails. There is not much we can do to help this because it tests for ’built-in’ identifier, not something we can provide ourselves. | |||||
* | Experimental support for collapsable headers | Mateusz Kowalczyk | 2014-10-29 | 1 | -9/+8 | |
| | | | | Closes #335 | |||||
* | Move sources under haddock-api/src | Mateusz Kowalczyk | 2014-08-23 | 1 | -0/+690 | |