Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rendering of Contents when links are present | Mateusz Kowalczyk | 2014-02-24 | 1 | -8/+11 |
| | | | | Fixes Haddock Trac #267. | ||||
* | Make ImplicitParams render correctly (#260) | Niklas Haas | 2014-02-23 | 1 | -1/+1 |
| | | | | | | This introduces a new precedence level for single contexts (because implicit param contexts always need parens around them, but other types of contexts don't necessarily, even when alone) | ||||
* | Use a bespoke data type to indicate fixity | Mateusz Kowalczyk | 2014-02-19 | 1 | -46/+46 |
| | | | | | | This deals with what I imagine was an ancient TODO and makes it much clearer what the argument actually does rather than having the user chase down the comment. | ||||
* | Handle infix vs prefix names correctly everywhere, by explicitly specifying ↵ | Dr. ERDI Gergo | 2014-01-31 | 1 | -30/+42 |
| | | | | | | the context The basic idea is that "a" and "+" are either pretty-printed as "a" and "(+)" or "`a`" and "+" | ||||
* | Support for -XPatternSynonyms | Dr. ERDI Gergo | 2014-01-19 | 1 | -8/+15 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -12/+21 |
|\ | |||||
| * | qualification style 'abbreviated' -> 'aliased' | Henning Thielemann | 2012-04-02 | 1 | -3/+3 |
| | | |||||
| * | abbreviated qualification: use Packages.lookupModuleInAllPackages for ↵ | Henning Thielemann | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | | finding the package that a module belongs to | ||||
| * | 'abbreviate' qualification style - basic support | Henning Thielemann | 2012-04-01 | 1 | -6/+16 |
| | | | | | | | | | | Currently we ignore the package a module is imported from. This means that a module import would shadow another one with the same module name from a different package. | ||||
| * | add QualOption type for distinction between qualification argument given by ↵ | Henning Thielemann | 2012-04-01 | 1 | -6/+2 |
| | | | | | | | | | | the user and the actual qualification for a concrete module | ||||
| * | Fix crash when using --qual. Naughty GHC API! | David Waern | 2012-04-01 | 1 | -1/+4 |
| | | |||||
* | | Follow changes for the implementation of implicit parameters | Simon Peyton Jones | 2012-06-13 | 1 | -0/+5 |
|/ | |||||
* | Fix module reference bug. | David Waern | 2011-11-26 | 1 | -3/+3 |
| | |||||
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -1/+13 |
| | | | | (A bug that should have been fixed long ago.) | ||||
* | Re-order functions | David Waern | 2010-11-20 | 1 | -8/+8 |
| | |||||
* | Re-structure qualification code a little | David Waern | 2010-11-20 | 1 | -20/+19 |
| | |||||
* | add full qualification for undocumented names | tob.brandt | 2010-11-20 | 1 | -3/+2 |
| | |||||
* | hlint police | David Waern | 2010-11-16 | 1 | -4/+3 |
| | |||||
* | Style police | David Waern | 2010-10-16 | 1 | -0/+4 |
| | |||||
* | Use "qual" as an abbreviation for qualification instead of "quali" for ↵ | David Waern | 2010-10-16 | 1 | -13/+13 |
| | | | | consistency | ||||
* | adding support for local and relative name qualification | Tobias Brandt | 2010-08-27 | 1 | -7/+32 |
| | |||||
* | adding the option to fully qualify identifiers | Tobias Brandt | 2010-08-27 | 1 | -6/+11 |
| | |||||
* | More style police | David Waern | 2010-07-21 | 1 | -1/+9 |
| | |||||
* | Remove more trailing whitespace | David Waern | 2010-07-21 | 1 | -2/+2 |
| | |||||
* | rename Haddock.Backends.Xhtml.Util to Utils | Mark Lentczner | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | remove an explicit bold tag - replace with .def class | Mark Lentczner | 2010-07-19 | 1 | -1/+2 |
| | |||||
* | refactoring of anchor ID and fragment handling | Mark Lentczner | 2010-07-19 | 1 | -12/+18 |
| | |||||
* | clean up of anchors | Mark Lentczner | 2010-07-15 | 1 | -4/+1 |
| | |||||
* | merge in changes from the big-whitespace cleanup | Mark Lentczner | 2010-05-24 | 1 | -2/+6 |
| | |||||
* | add exports to Xhtml modules | Mark Lentczner | 2010-03-21 | 1 | -0/+1 |
| | |||||
* | Position of module header, this time in the HTML backends | David Waern | 2010-05-13 | 1 | -1/+0 |
| | |||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 1 | -0/+76 |
switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString) |