Package | Description |
---|---|
org.eclipse.golo.doc |
(this is an internal API)
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleDocumentation |
Modifier and Type | Method and Description |
---|---|
DocumentationElement |
DocumentationElement.parent()
The parent element.
|
DocumentationElement |
ModuleDocumentation.parent()
The parent element.
|
Modifier and Type | Method and Description |
---|---|
default int |
DocumentationElement.compareTo(DocumentationElement other) |
java.nio.file.Path |
AbstractProcessor.docFile(DocumentationElement doc)
Return the absolute path of the file containing the given element.
|
java.lang.String |
HtmlProcessor.link(DocumentationElement src,
DocumentationElement dst)
Returns the direct link to the given documentation element from a given element.
|
java.lang.String |
HtmlProcessor.linkToDoc(java.lang.String src,
DocumentationElement dst)
Returns the direct link to the given documentation element from a given filename.
|
java.lang.String |
AbstractProcessor.linkToFile(DocumentationElement src,
java.lang.String dst)
Returns the link to the given filename from the given document.
|
static java.lang.String |
HtmlProcessor.sectionTitle(int level,
DocumentationElement doc,
java.nio.file.Path src) |
static java.lang.String |
HtmlProcessor.tocItem(DocumentationElement doc) |