enum Mint::DocumentationGenerator::Kind

Defined in:

documentation_generator.cr

Enum Members

TypeField = 0
Component = 1
Provider = 2
Property = 3
Function = 4
Constant = 5
Module = 6
Signal = 7
Store = 8
State = 9
Type = 10
Get = 11

Instance Method Summary

Instance Method Detail

def component? #

[View source]
def constant? #

[View source]
def function? #

[View source]
def get? #

[View source]
def module? #

[View source]
def property? #

[View source]
def provider? #

[View source]
def signal? #

[View source]
def state? #

[View source]
def store? #

[View source]
def type? #

[View source]
def type_field? #

[View source]