Added output formats for Dokka
This commit is contained in:
parent
84f14212f4
commit
adc856b1e4
6 changed files with 74 additions and 18 deletions
|
@ -53,6 +53,7 @@ class DokkaOperationTest {
|
|||
.noSuppressObviousFunctions(true)
|
||||
.offlineMode(true)
|
||||
.outputDir(new File(examples, "build"))
|
||||
.outputFormat(OutputFormat.JAVADOC)
|
||||
.suppressInheritedMembers(true)
|
||||
.executeConstructProcessCommandList();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue