aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Utils.hs
Commit message (Collapse)AuthorAgeFilesLines
* Render fixity informationNiklas Haas2014-03-081-2/+15
| | | | | | Affects functions, type synonyms, type families, class names, data type names, constructors, data families, associated TFs/DFs, type synonyms, pattern synonyms and everything else I could think of.
* <+>: Don't insert a space when concatenating empty nodesDr. ERDI Gergo2014-01-311-1/+3
|
* Mostly hlint-inspired cleanup.David Waern2012-02-041-2/+2
|
* Make sure that generated xhtml is valid (close #186)Simon Hengel2012-01-121-10/+1
| | | | Thanks to Phyx.
* Fix buildIan Lynagh2011-06-171-2/+7
|
* Add a flag --pretty-html for rendering indented html with newlinesDavid Waern2010-12-061-3/+4
|
* hlint policeDavid Waern2010-11-161-1/+1
|
* make TOC group header identifiers validateMark Lentczner2010-09-041-0/+5
|
* clean up collapser logicsMark Lentczner2010-08-171-17/+25
| | | | | | | | javascript code for collapasble sections cleaned up rewrote class utilities in javascript to be more robust refactored utilities for generating collapsable sections made toc be same color as synopsis module list has needed clear attribute in CSS
* build style menu in javascriptMark Lentczner2010-08-141-6/+1
| | | | | | | | moved to javascript, so as to not polute the content with the style menu removed menu building code in Themes.hs removed onclick in Utils.hs changed text of button in header from "Source code" to "Source" more consistent with links in rest of page
* give a class to empty dd elements so they can be hiddenMark Lentczner2010-07-271-4/+7
|
* make module list use new collapsersMark Lentczner2010-07-261-4/+6
|
* reorganize files in the html lib data dirMark Lentczner2010-07-261-1/+1
|
* merge with David's source cleanupsMark Lentczner2010-07-211-38/+2
|
* move CSS Theme functions into Themes.hsMark Lentczner2010-07-201-8/+4
|
* More style policeDavid Waern2010-07-211-2/+19
|
* Remove more trailing whitespaceDavid Waern2010-07-211-12/+12
|
* rename Haddock.Backends.Xhtml.Util to UtilsMark Lentczner2010-07-191-0/+216