public class JsonFileGenerator
| Modifier and Type | Field and Description |
|---|---|
org.jetbrains.dokka.FormatService |
formatService |
| Constructor and Description |
|---|
JsonFileGenerator(java.io.File root) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildOutlines(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes) |
void |
buildPackageList(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes) |
void |
buildPages(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes) |
void |
buildSupportFiles() |
org.jetbrains.dokka.FormatService |
getFormatService() |
java.io.File |
getRoot() |
org.jetbrains.dokka.Location |
location(org.jetbrains.dokka.DocumentationNode node) |
void |
setFormatService(org.jetbrains.dokka.FormatService p) |
public org.jetbrains.dokka.FormatService getFormatService()
public void setFormatService(org.jetbrains.dokka.FormatService p)
public org.jetbrains.dokka.Location location(org.jetbrains.dokka.DocumentationNode node)
public void buildPages(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes)
public void buildOutlines(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes)
public void buildSupportFiles()
public void buildPackageList(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes)
public java.io.File getRoot()