haskell-gi-0.24.5: Generate Haskell bindings for GObject Introspection capable libraries
Safe HaskellNone
LanguageHaskell2010

Data.GI.GIR.Documentation

Description

Parsing of documentation nodes.

Synopsis

Documentation

data Documentation Source #

Documentation for a given element. The documentation text is typically encoded in the gtk-doc format, see https://developer.gnome.org/gtk-doc-manual/ . This can be parsed with parseGtkDoc.

Constructors

Documentation 

Fields

Instances

Instances details
Eq Documentation Source # 
Instance details

Defined in Data.GI.GIR.Documentation

Ord Documentation Source # 
Instance details

Defined in Data.GI.GIR.Documentation

Show Documentation Source # 
Instance details

Defined in Data.GI.GIR.Documentation

Methods

showsPrec :: Int -> Documentation -> ShowS

show :: Documentation -> String

showList :: [Documentation] -> ShowS

queryDocumentation :: Element -> Documentation Source #

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