| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.GI.GIR.Documentation
Description
Parsing of documentation nodes.
- data Documentation = Documentation {
- docText :: Text
- queryDocumentation :: Element -> Maybe Documentation
Documentation
data Documentation Source #
Documentation for a given element.
Constructors
| Documentation | |
Fields
| |
Instances
queryDocumentation :: Element -> Maybe Documentation Source #
Parse the documentation node for the given element of the GIR file.