aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock
Commit message (Expand)AuthorAgeFilesLines
* all decls now generate Html not HtmlTableMark Lentczner2010-04-044-126/+73
* clean up Doc formatting codeMark Lentczner2010-04-032-46/+39
* add exports to Xhtml modulesMark Lentczner2010-03-216-0/+6
* Fix a bug in attachInstancesDavid Waern2010-07-041-18/+39
* Warning policeDavid Waern2010-07-011-1/+1
* 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-303-0/+1096
* Unresolved identifiers in Doc get replaced with DocMonospacedSimon Marlow2010-06-231-1/+1
* isLocalAndTypeInferenced: fix for local module names overlapping package modulesSimon Marlow2010-06-221-2/+6
* Remove redundant importsIan Lynagh2010-06-131-3/+0
* Fix compilation with GHC 6.13Simon Marlow2010-06-021-2/+1
* HLint policeDavid Waern2010-05-181-2/+2
* WibbleDavid Waern2010-05-151-1/+1
* Improve description of --dump-interfaceDavid Waern2010-05-151-1/+1
* Whitespace policeDavid Waern2010-05-141-1/+1
* Move some more flag functions to Haddock.OptionsDavid Waern2010-05-142-8/+23
* 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
* Move flag evaluation code from Main to Haddock.OptionsDavid Waern2010-05-141-0/+60
* WibbleDavid Waern2010-05-141-1/+1
* Re-direct compilation output to a temporary directoryDavid Waern2010-05-144-61/+114
* 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
* 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
* Add newlines to H.ModuleTreeDavid Waern2010-05-131-0/+6
* Fix a few stylistic issues in H.InterfaceFileDavid Waern2010-05-131-2/+9
* Newlines in ConvertDavid Waern2010-05-131-0/+12
* 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-1320-24/+2
* Fix commentDavid Waern2010-05-131-1/+1
* Fix whitespace style issuesDavid Waern2010-05-131-7/+23
* ModuleMap -> IfaceMapDavid Waern2010-05-132-5/+5
* Fixes to comments onlyDavid Waern2010-05-131-6/+6
* Fix build with GHC 6.12.2David Waern2010-05-131-0/+8
* Minor wibbles to HsBang stuffsimonpj2010-05-072-10/+8
* Remove redundant importIan Lynagh2010-05-061-1/+0
* Fix buildIan Lynagh2010-05-062-7/+6
* Fix #112David Waern2010-04-106-52/+58
* Improve function nameDavid Waern2010-04-081-2/+2
* Let parsing fails on paragraphs that are immediately followed by ansimon.hengel2010-04-081-0/+1
* Fix #118David Waern2010-04-081-3/+3
* Fix #75David Waern2010-04-071-1/+1
* Propagate source positions from Lex.x to Parse.yDavid Waern2010-04-074-43/+50
* Add markup support for interactive examplessimon.hengel2010-04-0210-6/+109
* Fix build with GHC 6.12david.waern2010-03-291-0/+4