aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Names.hs
Commit message (Collapse)AuthorAgeFilesLines
* Style policeDavid Waern2010-10-161-0/+4
|
* Use "qual" as an abbreviation for qualification instead of "quali" for ↵David Waern2010-10-161-13/+13
| | | | consistency
* adding support for local and relative name qualificationTobias Brandt2010-08-271-7/+32
|
* adding the option to fully qualify identifiersTobias Brandt2010-08-271-6/+11
|
* More style policeDavid Waern2010-07-211-1/+9
|
* Remove more trailing whitespaceDavid Waern2010-07-211-2/+2
|
* rename Haddock.Backends.Xhtml.Util to UtilsMark Lentczner2010-07-191-1/+1
|
* remove an explicit bold tag - replace with .def classMark Lentczner2010-07-191-1/+2
|
* refactoring of anchor ID and fragment handlingMark Lentczner2010-07-191-12/+18
|
* clean up of anchorsMark Lentczner2010-07-151-4/+1
|
* merge in changes from the big-whitespace cleanupMark Lentczner2010-05-241-2/+6
|
* add exports to Xhtml modulesMark Lentczner2010-03-211-0/+1
|
* Position of module header, this time in the HTML backendsDavid Waern2010-05-131-1/+0
|
* First, experimental XHTML renderingMark Lentczner2010-03-201-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)