An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Haddock is a free, portable command-line program documentation generator for Haskell. It is influenced by IDoc, , and Doxygen. It produces hyperlinked HTML files from annotated Haskell (the documentation is embedded in comments) source files, with additional information extracted from type annotations; it supports only partially generating documentation in SGML. It is often used in conjunction with darcs and Cabal. It is dependent on Glasgow Haskell Compiler (GHC), using a modified form of the HsParser (written in Happy) parser for Haskell included in GHC. Its lightweight markup is based on IDoc's. Haddock is contained in the Haskell Platform.

Property Value
dbo:abstract
  • Haddock is a free, portable command-line program documentation generator for Haskell. It is influenced by IDoc, , and Doxygen. It produces hyperlinked HTML files from annotated Haskell (the documentation is embedded in comments) source files, with additional information extracted from type annotations; it supports only partially generating documentation in SGML. It is often used in conjunction with darcs and Cabal. It is dependent on Glasgow Haskell Compiler (GHC), using a modified form of the HsParser (written in Happy) parser for Haskell included in GHC. Its lightweight markup is based on IDoc's. Haddock is contained in the Haskell Platform. It is used by the GHC, Gtk2Hs and HTk projects, as well as XMonad. Here is an example of Haddock markup: -- | This is the documentation for 'square', which -- uses the (*) operator from "Prelude". -- It multiplies the @x@ argument against itself. square :: Integer -> Integer square x = x*x (en)
  • Haddock is een vrije documentatiegenerator voor de functionele programmeertaal Haskell. Het is ontwikkeld door Simon Marlow. Het is de de facto documentatiegenerator voor Haskell. Haddock is geïnspireerd door , en Doxygen. De eerste versie (0.1) werd uitgebracht op 1 mei 2002. Het programma is uitgebracht onder een aangepaste BSD-licentie. Haddock genereert HTML aan de hand van het commentaar in de broncode. Ook wordt andere informatie uit de broncode gehaald, zoals de modulen en de types van functies. Daarnaast is er gedeeltelijke ondersteuning voor het genereren van . (nl)
dbo:computingPlatform
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:releaseDate
  • 2002-05-01 (xsd:date)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 9564907 (xsd:integer)
dbo:wikiPageLength
  • 3521 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1077441966 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
  • Simon Marlow (en)
dbp:genre
  • Documentation generation (en)
dbp:license
dbp:name
  • Haddock (en)
dbp:operatingSystem
dbp:platform
dbp:programmingLanguage
dbp:released
  • 2002-05-01 (xsd:date)
dbp:website
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Haddock is een vrije documentatiegenerator voor de functionele programmeertaal Haskell. Het is ontwikkeld door Simon Marlow. Het is de de facto documentatiegenerator voor Haskell. Haddock is geïnspireerd door , en Doxygen. De eerste versie (0.1) werd uitgebracht op 1 mei 2002. Het programma is uitgebracht onder een aangepaste BSD-licentie. Haddock genereert HTML aan de hand van het commentaar in de broncode. Ook wordt andere informatie uit de broncode gehaald, zoals de modulen en de types van functies. Daarnaast is er gedeeltelijke ondersteuning voor het genereren van . (nl)
  • Haddock is a free, portable command-line program documentation generator for Haskell. It is influenced by IDoc, , and Doxygen. It produces hyperlinked HTML files from annotated Haskell (the documentation is embedded in comments) source files, with additional information extracted from type annotations; it supports only partially generating documentation in SGML. It is often used in conjunction with darcs and Cabal. It is dependent on Glasgow Haskell Compiler (GHC), using a modified form of the HsParser (written in Happy) parser for Haskell included in GHC. Its lightweight markup is based on IDoc's. Haddock is contained in the Haskell Platform. (en)
rdfs:label
  • Haddock (software) (en)
  • Haddock (software) (nl)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Haddock (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License