aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends
Commit message (Collapse)AuthorAgeFilesLines
...
* convert index.html to new markup, adjust module markupMark Lentczner2010-07-172-130/+110
|
* convert index to new markupMark Lentczner2010-07-163-74/+36
|
* reformat index-framesMark Lentczner2010-07-162-6/+8
|
* new output for mini_ pagesMark Lentczner2010-07-162-29/+24
|
* fixed package catpion, added style menuMark Lentczner2010-07-162-4/+12
|
* added two new themes and rough css switcherMark Lentczner2010-07-152-7/+34
|
* clean up of anchorsMark Lentczner2010-07-152-14/+12
|
* clean up synopsis listsMark Lentczner2010-07-142-23/+22
|
* methods and associated types in new layout schemeMark Lentczner2010-07-142-23/+20
|
* removing old table cruft from Layout.hsMark Lentczner2010-07-141-19/+1
|
* convert instances to SubDeclMark Lentczner2010-07-142-25/+15
|
* convert args to SubDecl formatMark Lentczner2010-07-142-21/+18
|
* made subDecl tables looks just soMark Lentczner2010-07-141-4/+16
|
* better interface to subDeclsMark Lentczner2010-07-142-48/+63
|
* constructors and args as dl lists, built in Layout.hsMark Lentczner2010-07-142-44/+42
|
* change to new page structureMark Lentczner2010-07-133-28/+74
|
* remove <++> connectorMark Lentczner2010-06-172-12/+9
|
* push single constructors (newtype) onto line with declMark Lentczner2010-06-171-15/+30
|
* factored out ppInstancesMark Lentczner2010-06-111-30/+16
|
* changed tt elements to code elementsMark Lentczner2010-06-111-2/+2
|
* fix missing space in "module" lines in synoposisMark Lentczner2010-06-111-1/+1
|
* merge in changes from the big-whitespace cleanupMark Lentczner2010-05-246-12/+47
|
* added assoicated types and methods back into class declsMark Lentczner2010-05-041-3/+22
|
* fixed javascript quoting/escpaing issueMark Lentczner2010-04-251-3/+7
|
* remove unused bodyBoxMark Lentczner2010-04-251-3/+0
|
* fix class member boxes in summaryMark Lentczner2010-04-251-6/+3
|
* fixed surround of instance and constructor tablesMark Lentczner2010-04-252-31/+23
|
* made record fields be an unordList, not a tableMark Lentczner2010-04-251-11/+8
|
* merge in markupExample changesMark Lentczner2010-04-121-2/+4
|
* removed declWithDoc and cleaned up data decls in summaryMark Lentczner2010-04-122-37/+17
|
* removed commented out code that can't be maintainedMark Lentczner2010-04-101-65/+0
|
* data decls are now a sequence of paragraphs, not a tableMark Lentczner2010-04-101-10/+3
|
* clean up processExport and place a div around each declMark Lentczner2010-04-051-15/+16
|
* all decls now generate Html not HtmlTableMark Lentczner2010-04-044-126/+73
| | | | | | | | | | | - ppDecl return Html, and so now do all of the functions it calls - added some internal tables to some decls, which is wrong, and will have to be fixed - decl "Box" functions became "Elem" functions to make clear they aren't in a table anymore (see Layout.hs) - docBox went away, as only used in one place (and its days are numbered) - cleaned up logic in a number of places, removed dead code - added maybeDocToHtml which simplified a number of places in the code
* clean up Doc formatting codeMark Lentczner2010-04-032-46/+39
| | | | | - add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections
* add exports to Xhtml modulesMark Lentczner2010-03-216-0/+6
|
* Fix a few stylistic whitespace issues in LaTeX backendDavid Waern2010-07-011-80/+80
|
* LaTeX backend (new options: --latex, --latex-style=<style>)Simon Marlow2010-06-301-0/+1082
|
* Fix compilation with GHC 6.13Simon Marlow2010-06-021-2/+1
|
* Get rid of H.Utils.pathJoin and use System.FilePath.joinPath insteadDavid Waern2010-05-135-31/+34
|
* Position of module header, this time in the HTML backendsDavid Waern2010-05-138-8/+0
|
* Position the module header the same way everywhereDavid Waern2010-05-135-5/+0
| | | | Silly, but nice with some consistency :-)
* Minor wibbles to HsBang stuffsimonpj2010-05-071-5/+1
|
* Fix buildIan Lynagh2010-05-061-1/+2
|
* Add markup support for interactive examplessimon.hengel2010-04-023-3/+22
|
* apply changes to Html.hs to Xhtml/*.hsMark Lentczner2010-03-201-5/+15
| | | | | | incorporate changes that were made between the time Html.hs was copied and split into Xhtml.hs and Xhtml/*.hs includes patchs after "Wibble" (!) through "Fix build with GHC 6.12.1"
* First, experimental XHTML renderingMark Lentczner2010-03-207-0/+2159
| | | | | | | | | | | | | | | | | | 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)
* Fix build with GHC 6.12.1david.waern2010-03-182-6/+15
|
* Resolve conflictsIan Lynagh2010-02-201-4/+2
|
* Track changes in HsTyVarBndrsimonpj2010-02-102-5/+4
|