Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) |