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
| |
dbo:wikiPageExternalLink
| |
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 3521 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:developer
| |
dbp:genre
|
- Documentation generation (en)
|
dbp:license
| |
dbp:name
| |
dbp:operatingSystem
| |
dbp:platform
| |
dbp:programmingLanguage
| |
dbp:released
| |
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
| |
is dbo:wikiPageDisambiguates
of | |
is dbo:wikiPageRedirects
of | |
is dbo:wikiPageWikiLink
of | |
is foaf:primaryTopic
of | |