Object ${:name}

[:?var :@see {
See also:${:@see}
}]
[:text]
[:?var :@param {

Attributes

[:for attr ${:@param} {

[$attr name]

[$attr text]
[:? {[$attr exists default]} {
Default Value: [$attr default]
}] [:? {[$attr exists deprecated]} {
Deprecated: [$attr default]
}]
}]
} ]
[:?var :@method {

Methods

[:for method ${:@method} {

[$method name]

[$method text]
[:? {[$method exists @param]} {
Method parameters:
[:for param [$method @param] {
[$param name] <[:? {[$param exists spec]} {[$param spec]}]> [$param text]
}]
}] [:? {[$method exists :@return]} { [:let rparam [$method @return]]
Returns: [$rparam name]
[$rparam text]
}] [:? {[$method exists :@deprecated]} {
Deprecated [$method @deprecated]
}]

}]
}]