| Package | Description |
|---|---|
| org.ballerinalang.docgen.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionDoc
Documentable node for Actions.
|
class |
AnnotationDoc
Documentable node for Annotations.
|
class |
ConnectorDoc
Documentable node for Connectors.
|
class |
EnumDoc
Documentable node for enums.
|
class |
FunctionDoc
Documentable node for Functions.
|
class |
GlobalVariableDoc
Documentable node for Global Variables.
|
class |
PrimitiveTypeDoc
Documentation model for a primitive type.
|
class |
StructDoc
Documentable node for Structs.
|
| Modifier and Type | Field and Description |
|---|---|
List<Documentable> |
Documentable.children |
List<Documentable> |
Page.constructs |
| Constructor and Description |
|---|
ActionDoc(String name,
String description,
ArrayList<Documentable> children,
List<Variable> parameters,
List<Variable> returnParams)
Constructor.
|
AnnotationDoc(String name,
String description,
ArrayList<Documentable> children,
List<Variable> attributes)
Constructor.
|
ConnectorDoc(String name,
String description,
List<Documentable> children,
List<Variable> parameters)
Constructor.
|
Documentable(String name,
String icon,
String description,
List<Documentable> children) |
EnumDoc(String name,
String description,
ArrayList<Documentable> children,
List<Variable> enumerators)
Constructor.
|
FunctionDoc(String name,
String description,
ArrayList<Documentable> children,
List<Variable> parameters,
List<Variable> returnParams)
Constructor.
|
GlobalVariableDoc(String name,
String description,
ArrayList<Documentable> children,
String dataType)
Construct.
|
Page(Caption heading,
ArrayList<Documentable> constructs,
List<Link> links) |
PrimitiveTypeDoc(String name,
List<Documentable> children) |
StructDoc(String name,
String description,
ArrayList<Documentable> children,
List<Field> fields)
Constructor.
|
Copyright © 2018 WSO2. All rights reserved.