Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 7 | -0/+2159 |
| | | | | | | | | | | | | | | | | | | 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) | ||||
* | 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 |
| | | | | It's not used. | ||||
* | Comments on instances | David Waern | 2009-11-24 | 1 | -21/+26 |
| | | | | | | | | | | | | | | | Implementing this was a little trickier than I thought, since we need to match up instances from the renamed syntax with instances represented by InstEnv.Instance. This is due to the current design of Haddock, which matches comments with declarations from the renamed syntax, while getting the list of instances of a class/family directly using the GHC API. - Works for class instances only (Haddock has no support for type family instances yet) - The comments are rendered to the right of the instance head in the HTML output - No change to the .haddock file format - Works for normal user-written instances only. No comments are added on derived or TH-generated instances | ||||
* | 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 |
| | | | | | | | ..on top of the lexParseRn work. This patch doesn't change the InstalledInterface format, and thus, it does not work cross-package, but that will be easy to add subsequently. | ||||
* | 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 |
| | | | | | | | | | - remove the search-box, because browsers have search-for-text abilities anyway. - pick 150 items in index as the arbitrary time at which to split it - notice the bug that identifiers starting with non-ASCII characters won't be listed in split-index, but don't bother to fix it yet (see ticket #116, http://trac.haskell.org/haddock/ticket/116 ) | ||||
* | 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 |
| | | | | | | | | | 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. | ||||
* | 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 |
| | |||||
* | Use docNameOcc instead of nameOccName . getName | David Waern | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | Remove docNameOrig and use getName everywhere instead | David Waern | 2009-03-27 | 1 | -6/+6 |
| | |||||
* | Add verbosity flag and utils, remove "verbose" flag | David Waern | 2008-12-07 | 1 | -1/+1 |
| | |||||
* | -Wall police in H.B.Html | David Waern | 2009-03-26 | 1 | -181/+224 |
| | |||||
* | Fix warnings in H.B.DevHelp | David Waern | 2009-03-24 | 1 | -9/+9 |
| | |||||
* | Fix small bug | David Waern | 2009-02-24 | 1 | -6/+17 |
| | | | | | | | | The rule is to prefer type constructors to other things when an identifier in a doc string can refer to multiple things. This stopped working with newer GHC versions (due to a tiny change in the GHC renamer). We implement this rule in the HTML backend for now, instead of fixing it in GHC, since we will move renaming of doc strings to Haddock in the future anyway. | ||||
* | Do not indicate that a constructor argument is unboxed | David Waern | 2009-01-21 | 1 | -1/+2 |
| | | | | | | We only show the strictness annotation for an unboxed constructor argument. The fact that it is unboxed is an implementation detail and should not be part of the module interface. | ||||
* | Show re-exported names from external packages again | David Waern | 2009-01-02 | 1 | -3/+3 |
| | | | | | | | This fixes GHC ticket 2746. In order to also link to the exported subordinate names of a declaration, we need to re-introduce the sub map in the .haddock files. | ||||
* | Make visible names from ExportItems | David Waern | 2008-12-08 | 1 | -8/+8 |
| | | | | | | | | | | | | | | Instead of a complicated calculation of visible names out of GHC's export items, we can get them straight out of the already calculated ExportItems. The ExportItems should represent exactly those items that are visible in an interface. If store all the exported sub-names in ExportDecl instead of only those with documentation, the calculation becomes very simple. So we do this change as well (should perhaps have been a separate patch). This should fix the problem with names from ghc-prim not appearing in the link environment. | ||||
* | Make forall's in constructors explicit, i.e. data Foo = Foo {foo :: Eq a => a} | Neil Mitchell | 2008-12-15 | 1 | -2/+8 |
| | |||||
* | Allow referring to a specific section within a module in a module link | Roman Cheplyaka | 2008-11-27 | 1 | -1/+1 |
| | | | | Fixes #65 | ||||
* | Drop HsDocTy annotations, they mess up pretty printing and also have a ↵ | Neil Mitchell | 2008-11-27 | 1 | -9/+29 |
| | | | | bracketing bug (#2584) | ||||
* | FIX #45: generate two anchors for each name | David Waern | 2008-11-23 | 1 | -1/+9 |
| | | | | | | We generate two anchor tags for each name, one where we don't escape the name and one where we URI-encode it. This is for compatibility between IE and Opera. Test output is updated. | ||||
* | Fix warnings in H.B.HH and H.B.HH2 | David Waern | 2008-11-06 | 2 | -0/+2 |
| |