aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Create.hs
Commit message (Expand)AuthorAgeFilesLines
* print haddock coverage info on stdout when generating docsSimon Michael2010-09-221-2/+10
* Get rid of GhcModule and related cruftDavid Waern2010-08-261-15/+18
* isLocalAndTypeInferenced: fix for local module names overlapping package modulesSimon Marlow2010-06-221-2/+6
* Position the module header the same way everywhereDavid Waern2010-05-131-1/+0
* ModuleMap -> IfaceMapDavid Waern2010-05-131-4/+4
* Fix #112David Waern2010-04-101-20/+23
* Remove unused ifaceLocalsdavid.waern2010-02-241-2/+0
* Fix Haddock markup error in commentdavid.waern2010-02-221-1/+1
* Remove unnecessary (and inexplicable) uses of nubDavid Waern2010-01-221-2/+2
* Remove bad whitespace and commented-out piecesDavid Waern2009-11-271-65/+61
* Comments on instancesDavid Waern2009-11-241-6/+28
* Remove commented-out codeDavid Waern2009-11-151-8/+0
* hlint policeDavid Waern2009-11-141-7/+7
* Move toHsInstHead to Haddock.Convert and call it synifyInstHeadDavid Waern2009-09-061-1/+1
* Eradicate wrong runtime warning for type-inferenced exported-functionsIsaac Dupree2009-08-241-2/+49
* refactor out subordinatesWithNoDocsIsaac Dupree2009-08-241-2/+14
* Improve behavior for unfindable .haddockIsaac Dupree2009-08-231-26/+46
* cross-package fnArgDocs. WARNING: changes .haddock binary formatIsaac Dupree2009-08-231-7/+6
* re-implement function-argument docsIsaac Dupree2009-08-231-15/+29
* fix horrible named-docs-disappearing bug :-)Isaac Dupree2009-08-231-5/+16
* Move doc parsing/lexing into Haddock for ghc>=6.11Isaac Dupree2009-08-231-46/+94
* Cross-Package Documentation version 4Isaac Dupree2009-08-121-9/+40
* Fix unused import warningsIan Lynagh2009-07-071-4/+0
* Add Haddock module headersDavid Waern2009-06-241-5/+10
* Move H.GHC.Utils to H.GhcUtilsDavid Waern2009-04-051-1/+1
* hlint policeDavid Waern2009-04-011-3/+2
* hlint policeDavid Waern2009-04-011-7/+7
* -Wall police in H.I.CreateDavid Waern2009-03-281-79/+57
* Shorten warning messageDavid Waern2009-02-271-3/+2
* Fix error message conflictDavid Waern2009-02-271-5/+4
* Bug fixDavid Waern2009-02-271-8/+10
* Add the module to one of haddocks warningsIan Lynagh2009-02-261-1/+1
* Do not show a subordinate at the top level if its parent is also exportedDavid Waern2009-02-071-6/+44
* Correct commentDavid Waern2009-01-241-2/+2
* Filter out separately exported associated types in a smarter wayDavid Waern2009-01-231-17/+19
* Fix Trac #50: do not attach docs to pragmas or other kinds of non-declarationsDavid Waern2009-01-221-12/+10
* Fix Trac #59: TH-generated declarations disappearingDavid Waern2009-01-201-7/+1
* Document H.I.Create.collectDocs betterDavid Waern2009-01-201-1/+4
* Export modules also when coming from external packagesDavid Waern2009-01-081-4/+15
* Show re-exported names from external packages againDavid Waern2009-01-021-9/+36
* Make visible names from ExportItemsDavid Waern2008-12-081-58/+18
* Make named doc comments into ExportDoc instead of ExportDeclDavid Waern2008-10-271-0/+1
* Tidy up code in H.I.Create a littleDavid Waern2008-10-221-38/+3
* Remove subordinate map and its usageDavid Waern2008-10-221-21/+17
* Document function and improve its layoutDavid Waern2008-10-161-5/+4
* Fix #61David Waern2008-10-161-38/+49
* Add subordinates with docs to the declaration mapDavid Waern2008-10-151-10/+12
* Move convenient type synonym to H.TypesDavid Waern2008-10-151-5/+0
* Comment out unused type family stuff completelyDavid Waern2008-10-151-7/+6
* Use type synonyms for declarations and docs in H.I.CreateDavid Waern2008-10-151-13/+19