haskell-gi-0.17.2: Generate Haskell bindings for GObject Introspection capable libraries

Safe HaskellNone
LanguageHaskell98

Data.GI.GIR.Documentation

Description

Parsing of documentation nodes.

Synopsis

Documentation

data Documentation Source #

Documentation for a given element.

Constructors

Documentation 

Fields

Instances

Eq Documentation Source # 
Show Documentation Source # 

Methods

showsPrec :: Int -> Documentation -> ShowS

show :: Documentation -> String

showList :: [Documentation] -> ShowS

queryDocumentation :: Element -> Maybe Documentation Source #

Parse the documentation node for the given element of the GIR file.