aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* tweak list cssMark Lentczner2010-04-041-6/+4
|
* clean up Doc formatting codeMark Lentczner2010-04-033-46/+45
| | | | | - add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections
* add exports to Xhtml modulesMark Lentczner2010-03-216-0/+6
|
* Add missing dependencies to cabal fileSimon Hengel2010-07-101-0/+1
|
* Fix a bug in attachInstancesDavid Waern2010-07-041-18/+39
| | | | | | | We didn't look for instance docs in all the interfaces of the package. This had the effect of instance docs not always showing up under a declaration. I took the opportunity to clean up the code in H.I.AttachInstances a bit as well. More cleanup is needed, however.
* Warning policeDavid Waern2010-07-011-1/+1
|
* Update test following Simon's patch to render unresolved names in monospaced ↵David Waern2010-07-011-1/+3
| | | | font
* Make runtest.hs work with GHC 6.12.3 (we should really stop hard coding this)David Waern2010-07-011-2/+2
|
* 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-308-6/+1239
|
* Unresolved identifiers in Doc get replaced with DocMonospacedSimon Marlow2010-06-231-1/+1
| | | | rather than plain strings
* isLocalAndTypeInferenced: fix for local module names overlapping package modulesSimon Marlow2010-06-221-2/+6
|
* Remove redundant importsIan Lynagh2010-06-131-3/+0
|
* Display name of prologue file when parsing it failsDavid Waern2010-06-081-1/+1
|
* Fix compilation with GHC 6.13Simon Marlow2010-06-021-2/+1
|
* Allow base-4.3Simon Marlow2010-06-021-2/+2
|
* Interrupted disappeared in GHC 6.13 (GHC ticket #4100)Simon Marlow2010-06-021-0/+2
|
* WibbleDavid Waern2010-05-181-1/+1
|
* HLint policeDavid Waern2010-05-181-2/+2
|
* HLint policeDavid Waern2010-05-181-2/+2
|
* WibbleDavid Waern2010-05-151-1/+1
|
* Document --no-tmp-comp-dirDavid Waern2010-05-151-0/+17
|
* Improve description of --dump-interfaceDavid Waern2010-05-151-1/+1
|
* Whitespace policeDavid Waern2010-05-141-1/+1
|
* Comment fixesDavid Waern2010-05-141-2/+2
|
* Spelling in commentDavid Waern2010-05-141-1/+1
|
* Make renderStep a top-level function in MainDavid Waern2010-05-141-9/+10
|
* Move some more flag functions to Haddock.OptionsDavid Waern2010-05-143-29/+32
|
* Wibbles to commentsDavid Waern2010-05-141-9/+7
|
* Whitespace policeDavid Waern2010-05-141-6/+6
|
* Improve commentsDavid Waern2010-05-141-3/+2
|
* De-tabify Haddock.Options and fix other whitespace issuesDavid Waern2010-05-141-52/+52
|
* Re-order things in Haddock.Options a bitDavid Waern2010-05-141-77/+77
|
* WibbleDavid Waern2010-05-141-6/+2
|
* Move flag evaluation code from Main to Haddock.OptionsDavid Waern2010-05-142-48/+81
| | | | | | | Determining the value of "singular" flags (by e.g. taking the last occurrence of the flag) and other flag evaluation should done in Haddock.Options which is the module that is supposed to define the command line interface. This makes Main a bit easier on the eyes as well.
* WibbleDavid Waern2010-05-141-1/+1
|
* Re-direct compilation output to a temporary directoryDavid Waern2010-05-144-61/+114
| | | | | Also add a flag --no-tmp-comp-dir that can be used to get the old behaviour of writing compilation files to GHC's output directory (default ".").
* Remove unused modulesDavid Waern2010-05-141-3/+0
|
* Remove meaningless commentsDavid Waern2010-05-131-10/+7
|
* Improve documentation of Haddock.InterfaceDavid Waern2010-05-131-4/+17
|
* Improve doc comment for InterfaceDavid Waern2010-05-131-4/+5
|
* Export a couple of more types from the APIDavid Waern2010-05-131-0/+2
|
* Get rid of H.Utils.pathJoin and use System.FilePath.joinPath insteadDavid Waern2010-05-136-43/+36
|
* Remove bad Arbitrary instanceDavid Waern2010-05-131-28/+0
|
* Structure H.Types betterDavid Waern2010-05-131-123/+168
|
* Fix stylistic issues in H.UtilsDavid Waern2010-05-131-5/+38
|