public class JsonFileGenerator
| Modifier and Type | Field and Description |
|---|---|
org.jetbrains.dokka.FormatService |
formatService |
| Constructor and Description |
|---|
JsonFileGenerator(org.jetbrains.dokka.FileLocationService locationService) |
| 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() |
org.jetbrains.dokka.FileLocationService |
getLocationService() |
void |
setFormatService(org.jetbrains.dokka.FormatService p) |
public JsonFileGenerator(org.jetbrains.dokka.FileLocationService locationService)
public org.jetbrains.dokka.FormatService getFormatService()
public void setFormatService(org.jetbrains.dokka.FormatService p)
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 org.jetbrains.dokka.FileLocationService getLocationService()