aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Types.hs
Commit message (Expand)AuthorAgeFilesLines
* Add support for hyperlink labels to parserSimon Hengel2012-05-271-1/+1
* Add an optional label to URLsSimon Hengel2012-05-271-2/+8
* Attach warnings to `Documentation` typeSimon Hengel2012-05-171-3/+10
* newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-171-10/+10
* qualification style 'abbreviated' -> 'aliased'Henning Thielemann2012-04-021-8/+8
* abbreviated qualification: use Packages.lookupModuleInAllPackages for finding...Henning Thielemann2012-04-021-1/+1
* 'abbreviate' qualification style - basic supportHenning Thielemann2012-04-011-13/+26
* add QualOption type for distinction between qualification argument given by t...Henning Thielemann2012-04-011-5/+27
* Mostly hlint-inspired cleanup.David Waern2012-02-041-1/+1
* Clean up some code from last SoC project.David Waern2012-02-041-1/+0
* Add DocWarning to DocSimon Hengel2012-02-041-0/+2
* Minor fixes and cleanup.David Waern2011-12-281-3/+2
* Go back to having a doc, sub and decl map instead of one big decl map.David Waern2011-12-271-14/+18
* Slightly better behaviour on top-levels without type signatures.David Waern2011-12-031-1/+7
* Allow doc comments to link to out-of-scope things (#78).David Waern2011-11-261-18/+20
* Give preference to type over data constructors for doc comment links at renam...David Waern2011-11-261-2/+3
* Add safe haskell indication to haddock outputDavid Terei2011-10-121-0/+2
* Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-061-1/+1
* Fix buildIan Lynagh2011-06-171-1/+0
* Follow the style guide closer in Haddock.Types and improve docsDavid Waern2010-11-201-143/+147
* Haddock documentation updatesDavid Waern2010-11-201-8/+14
* Remove docNameOcc under the motto "don't name compositions"David Waern2010-11-151-5/+0
* Style policeDavid Waern2010-10-161-13/+14
* Use "qual" as an abbreviation for qualification instead of "quali" for consis...David Waern2010-10-161-5/+5
* adding support for local and relative name qualificationTobias Brandt2010-08-271-1/+6
* adding the option to fully qualify identifiersTobias Brandt2010-08-271-0/+2
* print haddock coverage info on stdout when generating docsSimon Michael2010-09-221-2/+5
* Replace ghci> with >>> in example syntaxDavid Waern2010-09-011-1/+1
* Add source entity path to --read-interfaceDavid Waern2010-08-291-0/+2
* Get rid of GhcModule and related cruftDavid Waern2010-08-261-23/+0
* Improve doc comment for InterfaceDavid Waern2010-05-131-4/+5
* Remove bad Arbitrary instanceDavid Waern2010-05-131-28/+0
* Structure H.Types betterDavid Waern2010-05-131-123/+168
* Fix commentDavid Waern2010-05-131-1/+1
* Fix whitespace style issuesDavid Waern2010-05-131-7/+23
* ModuleMap -> IfaceMapDavid Waern2010-05-131-1/+1
* Fix #112David Waern2010-04-101-1/+2
* Add markup support for interactive examplessimon.hengel2010-04-021-1/+11
* Remove unused ifaceLocalsdavid.waern2010-02-241-3/+0
* Large additions to the Haddock APIdavid.waern2010-02-241-49/+41
* Improve doc of DocNameDavid Waern2009-12-211-2/+3
* Rename HsDoc back into DocDavid Waern2009-11-281-25/+24
* Add an Arbitrary instance for HsDocDavid Waern2009-11-281-0/+25
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-41/+10
* Remove Name from DocInstanceDavid Waern2009-11-281-1/+1
* Whitespace policeDavid Waern2009-11-271-17/+17
* Comments on instancesDavid Waern2009-11-241-3/+12
* hlint policeDavid Waern2009-11-141-2/+3
* Types: ghc >= 6.10Isaac Dupree2009-08-231-4/+0
* add comment for FnArgsDoc typeIsaac Dupree2009-08-231-0/+2