aboutsummaryrefslogtreecommitdiff
path: root/src/Html.hs
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2004-03-25 16:00:36 by simonmar]simonmar2004-03-251-13/+25
| | | | Remove all that indentation in the generated HTML to keep the file sizes down.
* [haddock @ 2004-03-25 15:45:10 by simonmar]simonmar2004-03-251-2/+2
| | | | Eliminate some unnecessary spaces in the HTML rendering
* [haddock @ 2004-03-25 15:17:23 by simonmar]simonmar2004-03-251-1/+7
| | | | | | | | | | Add support for collaspible parts of the page, with a +/- button and a bit of JavaScript. Make the instances collapsible, and collapse them by default. This makes documentation with long lists of instances (eg. the Prelude) much easier to read. Maybe we should give other documentation sections the same treatment.
* [haddock @ 2002-07-24 09:42:17 by simonmar]simonmar2002-07-241-37/+58
| | | | Patches to quieten ghc -Wall, from those nice folks at Galois.
* [haddock @ 2002-04-08 16:41:37 by simonmar]simonmar2002-04-081-0/+1011
- Add our own versions of Html & BlockTable for the time being. - Add support for generating an index to the HTML backend