Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | De-flatten the namespace | davve@dtek.chalmers.se | 2007-03-25 | 1 | -38/+0 |
| | |||||
* | Adapt to latest GHC | davve | 2006-08-19 | 1 | -8/+11 |
| | |||||
* | Start porting the Html renderer | davve | 2006-07-30 | 1 | -9/+11 |
| | |||||
* | Initial modifications -- doesn't compile | davve | 2006-07-10 | 1 | -1/+1 |
| | |||||
* | [haddock @ 2004-08-09 11:55:05 by simonmar] | simonmar | 2004-08-09 | 1 | -15/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for a short description for each module, which is included in the contents. The short description should be given in a "Description: " field of the header. Included in this patch are changes that make the format of the header a little more flexible. From the comments: -- all fields in the header are optional and have the form -- -- [spaces1][field name][spaces] ":" -- [text]"\n" ([spaces2][space][text]"\n" | [spaces]"\n")* -- where each [spaces2] should have [spaces1] as a prefix. -- -- Thus for the key "Description", -- -- > Description : this is a -- > rather long -- > -- > description -- > -- > The module comment starts here -- -- the value will be "this is a .. description" and the rest will begin -- at "The module comment". The header fields must be in the following order: Module, Description, Copyright, License, Maintainer, Stability, Portability. Patches submitted by: George Russell <ger@informatik.uni-bremen.de>, with a few small changes be me, mostly to merge with other recent changes. ToDo: document the module header. | ||||
* | [haddock @ 2003-11-06 16:48:11 by simonmar] | simonmar | 2003-11-06 | 1 | -13/+19 |
| | | | | | | | | | - Include the OptHide setting in the interface, so we don't include hidden modules in the combined index/contents. - Add a -k/--package flag to set the package name for the current set of modules. The package name for each module is now shown in the right-hand column of the contents, in a combined contents page. | ||||
* | [haddock @ 2002-07-24 09:42:17 by simonmar] | simonmar | 2002-07-24 | 1 | -3/+4 |
| | | | | Patches to quieten ghc -Wall, from those nice folks at Galois. | ||||
* | [haddock @ 2002-07-24 09:28:19 by simonmar] | simonmar | 2002-07-24 | 1 | -25/+25 |
| | | | | Remove ^Ms | ||||
* | [haddock @ 2002-07-09 16:33:31 by krasimir] | krasimir | 2002-07-09 | 1 | -0/+25 |
'Microsoft HTML Help' support |