Skip to content
Snippets Groups Projects
Ben Gamari's avatar
Ben Gamari authored
Here we extend Haddock to admit `@since` annotations in export lists.
These can be attached to most export list items (although not
subordinate lists). These annotations supercede the declaration's
`@since` annotation in produced Haddocks.
814d7354
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Haddock documentation

The documentation is in ReStructuredText format. You need Sphinx to process it. To build the HTML documentation,

$ make html

which leaves the HTML documentation the .build-html/ subdirectory.