blob: 4cc096ac63fb138b2aa3bad01e0bbde4093e57f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE product-profile
SYSTEM "https://resources.jetbrains.com/stardust/product-profile.dtd">
<product-profile id="kl"
name="dokka"
start-page="dokka-introduction.md">
<chunk include-id="dokka">
<toc-element id="dokka-introduction.md"/>
<toc-element id="dokka-get-started.md"/>
<toc-element toc-title="Run Dokka">
<toc-element id="dokka-gradle.md"/>
<toc-element id="dokka-maven.md"/>
<toc-element id="dokka-cli.md"/>
</toc-element>
<toc-element toc-title="Output formats">
<toc-element id="dokka-html.md"/>
<toc-element id="dokka-markdown.md"/>
<toc-element id="dokka-javadoc.md"/>
</toc-element>
<toc-element id="dokka-plugins.md"/>
<toc-element toc-title="Module documentation" id="dokka-module-and-package-docs.md"/>
</chunk>
</product-profile>
|