| Package | Description |
|---|---|
| org.ballerinalang.docgen | |
| org.ballerinalang.docgen.model |
| Modifier and Type | Method and Description |
|---|---|
static Page |
Generator.generatePage(BLangPackage balPackage,
List<Link> packages)
Generate the page when the bal package is passed.
|
static Page |
Generator.generatePageForPrimitives(BLangPackage balPackage,
List<Link> packages)
Generate the page for primitive types.
|
| Modifier and Type | Field and Description |
|---|---|
List<Link> |
Page.links |
| Modifier and Type | Method and Description |
|---|---|
static List<Link> |
PackageName.convertList(List<String> packageNames)
Converts a string list of package names to a
Link list. |
| Constructor and Description |
|---|
Page(Caption heading,
ArrayList<Documentable> constructs,
List<Link> links) |
Copyright © 2018 WSO2. All rights reserved.