aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Html.hs
Commit message (Expand)AuthorAgeFilesLines
* Get rid of H.Utils.pathJoin and use System.FilePath.joinPath insteadDavid Waern2010-05-131-10/+11
* Position of module header, this time in the HTML backendsDavid Waern2010-05-131-1/+0
* Minor wibbles to HsBang stuffsimonpj2010-05-071-5/+1
* Fix buildIan Lynagh2010-05-061-1/+2
* Add markup support for interactive examplessimon.hengel2010-04-021-1/+10
* Fix build with GHC 6.12.1david.waern2010-03-181-1/+13
* Resolve conflictsIan Lynagh2010-02-201-4/+2
* Track changes in HsTyVarBndrsimonpj2010-02-101-3/+2
* Update Haddock for quasiquotessimonpj2010-02-101-1/+2
* Do not generate illegal character in HTML ID attribute.Yitzchak Gale2010-02-141-1/+1
* Put parenthesis around type signature arguments of function typeDavid Waern2010-01-221-3/+5
* fix html arg-doc off-by-one and sillinessIsaac Dupree2010-01-141-1/+6
* Rename HsDoc back into DocDavid Waern2009-11-281-14/+14
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-2/+1
* Remove Name from DocInstanceDavid Waern2009-11-281-1/+1
* Comments on instancesDavid Waern2009-11-241-21/+26
* Track change in HsType for the right compiler versionDavid Waern2009-11-141-1/+1
* Track change in HsTypesimonpj2009-09-111-1/+2
* Backends.Html: ghc >= 6.10Isaac Dupree2009-08-231-4/+0
* re-implement function-argument docsIsaac Dupree2009-08-231-60/+60
* get rid of unused DocMap parameter in HtmlIsaac Dupree2009-08-231-18/+16
* Html: remove unnecessary+troublesome GHC. qualificationsIsaac Dupree2009-08-231-12/+12
* less big-Map-based proper extraction of constructor subdocsIsaac Dupree2009-08-231-10/+16
* hacks to make it compile without fnArgDocsnIsaac Dupree2009-08-231-5/+6
* Fix unused import warningsIan Lynagh2009-07-071-2/+0
* Implement GADT records in HTML backendIsaac Dupree2009-07-201-6/+24
* revert to split-index for large indicesIsaac Dupree2009-07-111-14/+55
* Follow HsRecTy change with an #if __GLASGOW_HASKEL__ >= 611David Waern2009-07-061-0/+2
* Fix (invisible) bug introduced by unicode patchDavid Waern2009-07-061-1/+1
* Fix warningsIan Lynagh2009-07-051-0/+3
* Fix #104 - create output directory if missingDavid Waern2009-06-271-0/+6
* Add Haddock module headersDavid Waern2009-06-241-5/+10
* Resolve conflictDavid Waern2009-04-261-114/+132
* add unicode outputporges2008-12-071-190/+173
* Move H.GHC.Utils to H.GhcUtilsDavid Waern2009-04-051-1/+1
* WibbleDavid Waern2009-03-271-2/+2
* Remove H.DocName and put DocName in H.TypesDavid Waern2009-03-271-1/+0
* Use docNameOcc instead of nameOccName . getNameDavid Waern2009-03-271-1/+1
* Remove docNameOrig and use getName everywhere insteadDavid Waern2009-03-271-6/+6
* -Wall police in H.B.HtmlDavid Waern2009-03-261-181/+224
* Fix small bugDavid Waern2009-02-241-6/+17
* Do not indicate that a constructor argument is unboxedDavid Waern2009-01-211-1/+2
* Show re-exported names from external packages againDavid Waern2009-01-021-3/+3
* Make visible names from ExportItemsDavid Waern2008-12-081-8/+8
* Allow referring to a specific section within a module in a module linkRoman Cheplyaka2008-11-271-1/+1
* FIX #45: generate two anchors for each nameDavid Waern2008-11-231-1/+9
* Follow change to ExportDecl in frames codeDavid Waern2008-11-041-1/+1
* Enable framed view of the HTML documentation.Thomas Schilling2008-10-241-6/+110
* Fix #61David Waern2008-10-161-21/+21
* Remove interface from LinksInfoDavid Waern2008-10-111-49/+49