| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | clean up processExport and place a div around each decl | Mark Lentczner | 2010-04-05 | 1 | -15/+16 |
* | all decls now generate Html not HtmlTable | Mark Lentczner | 2010-04-04 | 4 | -126/+73 |
* | clean up Doc formatting code | Mark Lentczner | 2010-04-03 | 2 | -46/+39 |
* | add exports to Xhtml modules | Mark Lentczner | 2010-03-21 | 6 | -0/+6 |
* | Fix a few stylistic whitespace issues in LaTeX backend | David Waern | 2010-07-01 | 1 | -80/+80 |
* | LaTeX backend (new options: --latex, --latex-style=<style>) | Simon Marlow | 2010-06-30 | 1 | -0/+1082 |
* | Fix compilation with GHC 6.13 | Simon Marlow | 2010-06-02 | 1 | -2/+1 |
* | Get rid of H.Utils.pathJoin and use System.FilePath.joinPath instead | David Waern | 2010-05-13 | 5 | -31/+34 |
* | Position of module header, this time in the HTML backends | David Waern | 2010-05-13 | 8 | -8/+0 |
* | Position the module header the same way everywhere | David Waern | 2010-05-13 | 5 | -5/+0 |
* | Minor wibbles to HsBang stuff | simonpj | 2010-05-07 | 1 | -5/+1 |
* | Fix build | Ian Lynagh | 2010-05-06 | 1 | -1/+2 |
* | Add markup support for interactive examples | simon.hengel | 2010-04-02 | 3 | -3/+22 |
* | apply changes to Html.hs to Xhtml/*.hs | Mark Lentczner | 2010-03-20 | 1 | -5/+15 |
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 7 | -0/+2159 |
* | Fix build with GHC 6.12.1 | david.waern | 2010-03-18 | 2 | -6/+15 |
* | Resolve conflicts | Ian Lynagh | 2010-02-20 | 1 | -4/+2 |
* | Track changes in HsTyVarBndr | simonpj | 2010-02-10 | 2 | -5/+4 |
* | Update Haddock for quasiquotes | simonpj | 2010-02-10 | 1 | -1/+2 |
* | Do not generate illegal character in HTML ID attribute. | Yitzchak Gale | 2010-02-14 | 1 | -1/+1 |
* | Put parenthesis around type signature arguments of function type | David Waern | 2010-01-22 | 1 | -3/+5 |
* | fix html arg-doc off-by-one and silliness | Isaac Dupree | 2010-01-14 | 1 | -1/+6 |
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 2 | -18/+18 |
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -2/+1 |
* | Remove Name from DocInstance | David Waern | 2009-11-28 | 1 | -1/+1 |
* | Comments on instances | David Waern | 2009-11-24 | 1 | -21/+26 |
* | Track change in HsType for the right compiler version | David Waern | 2009-11-14 | 1 | -1/+1 |
* | Track change in HsType | simonpj | 2009-09-11 | 1 | -1/+2 |
* | Backends.Html: ghc >= 6.10 | Isaac Dupree | 2009-08-23 | 1 | -4/+0 |
* | Backends.DevHelp: ghc >= 6.10 | Isaac Dupree | 2009-08-23 | 1 | -3/+0 |
* | Backends.Hoogle: eliminate warnings | Isaac Dupree | 2009-08-23 | 1 | -4/+0 |
* | re-implement function-argument docs | Isaac Dupree | 2009-08-23 | 2 | -65/+67 |
* | get rid of unused DocMap parameter in Html | Isaac Dupree | 2009-08-23 | 1 | -18/+16 |
* | Html: remove unnecessary+troublesome GHC. qualifications | Isaac Dupree | 2009-08-23 | 1 | -12/+12 |
* | less big-Map-based proper extraction of constructor subdocs | Isaac Dupree | 2009-08-23 | 2 | -18/+28 |
* | hacks to make it compile without fnArgDocsn | Isaac Dupree | 2009-08-23 | 1 | -5/+6 |
* | Fix unused import warnings | Ian Lynagh | 2009-07-07 | 2 | -3/+0 |
* | Implement GADT records in HTML backend | Isaac Dupree | 2009-07-20 | 1 | -6/+24 |
* | revert to split-index for large indices | Isaac Dupree | 2009-07-11 | 1 | -14/+55 |
* | Follow HsRecTy change with an #if __GLASGOW_HASKEL__ >= 611 | David Waern | 2009-07-06 | 1 | -0/+2 |
* | Fix (invisible) bug introduced by unicode patch | David Waern | 2009-07-06 | 1 | -1/+1 |
* | Fix warnings | Ian Lynagh | 2009-07-05 | 3 | -3/+9 |
* | Fix #104 - create output directory if missing | David Waern | 2009-06-27 | 1 | -0/+6 |
* | Add Haddock module headers | David Waern | 2009-06-24 | 6 | -26/+56 |
* | Resolve conflict | David Waern | 2009-04-26 | 1 | -114/+132 |
* | add unicode output | porges | 2008-12-07 | 1 | -190/+173 |
* | Move H.GHC.Utils to H.GhcUtils | David Waern | 2009-04-05 | 2 | -2/+2 |
* | Wibble | David Waern | 2009-03-27 | 1 | -2/+2 |
* | -Wall police in H.B.Hoogle | David Waern | 2009-03-27 | 1 | -12/+20 |
* | Remove H.DocName and put DocName in H.Types | David Waern | 2009-03-27 | 1 | -1/+0 |