Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Position the module header the same way everywhere | David Waern | 2010-05-13 | 1 | -2/+0 |
| | | | | Silly, but nice with some consistency :-) | ||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | 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) | ||||
* | Add --print-ghc-libdir | David Waern | 2009-08-15 | 1 | -0/+3 |
| | |||||
* | Add Haddock module headers | David Waern | 2009-06-24 | 1 | -3/+11 |
| | | | | | | | | | Add a proper Haddock module header to each module, with a more finegrained copyright. If you feel mis-accreditted, please correct any copyright notice! The maintainer field is set to haddock@projects.haskell.org. Next step is to add a brief description to each module. | ||||
* | Delete Haddock.Exception and move contents to Haddock.Types | David Waern | 2009-06-24 | 1 | -1/+1 |
| | | | | Only a few lines of code that mainly declares a type - why not just put it in Haddock.Types. | ||||
* | add unicode output | porges | 2008-12-07 | 1 | -0/+2 |
| | |||||
* | Add verbosity flag and utils, remove "verbose" flag | David Waern | 2008-12-07 | 1 | -3/+3 |
| | |||||
* | Fix warnings in H.InterfaceFile and H.Options | David Waern | 2008-11-06 | 1 | -2/+2 |
| | |||||
* | Improve wording in the help message | David Waern | 2008-06-26 | 1 | -2/+2 |
| | |||||
* | Use ghc-paths to get the lib dir | David Waern | 2008-06-26 | 1 | -1/+1 |
| | | | | | The path can still be overridden using the -B flag. It's not longer required to pass the lib dir to the program that runs the test suite. | ||||
* | Add a flag for turning off all warnings | David Waern | 2008-04-11 | 1 | -1/+3 |
| | |||||
* | Remove --no-implicit-prelide flag | David Waern | 2008-01-07 | 1 | -3/+0 |
| | |||||
* | Remove the -use-package flag, we don't support it anyway | David Waern | 2008-01-07 | 1 | -3/+0 |
| | |||||
* | Manual merge of old patch: | David Waern | 2007-11-11 | 1 | -2/+2 |
| | | | | | | Sat Apr 21 04:36:43 CEST 2007 Roberto Zunino <zunrob@users.sf.net> * URL expansion for %%, %L, %{LINE} | ||||
* | Add --ghc-version option | David Waern | 2007-10-20 | 1 | -1/+4 |
| | |||||
* | Name changes | David Waern | 2007-10-18 | 1 | -6/+6 |
| | |||||
* | Add support for --read-interface again | David Waern | 2007-10-18 | 1 | -3/+18 |
| | |||||
* | Add --optghc=.. style flag passing to GHC | David Waern | 2007-10-17 | 1 | -4/+9 |
| | |||||
* | Major refactoring | David Waern | 2007-08-29 | 1 | -2/+1 |
| | |||||
* | Add top module comment to all files | David Waern | 2007-08-17 | 1 | -2/+0 |
| | |||||
* | Small comment/layout fixes | David Waern | 2007-08-17 | 1 | -4/+12 |
| | |||||
* | Move options out of Main into Haddock.Options | David Waern | 2007-08-17 | 1 | -0/+131 |