Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Dokka examples

Gradle

Project Description
dokka-customFormat-example Demonstrates how to override .css styles and add custom images as assets, allowing you to change the logo used in the header.
dokka-gradle-example Demonstrates how to apply Dokka in a simple single-project Gradle build, as well as how to configure it.
dokka-kotlinAsJava-example Demonstrates how to apply Dokka plugins, Kotlin as Java specifically.
dokka-library-publishing-example Demonstrates how to integrate Dokka into the publishing process of a library, adding documentation generated by Dokka as artifacts.
dokka-multimodule-example Demonstrates how to apply and configure Dokka in a multi-project build.
dokka-multiplatform-example Demonstrates Dokka's configuration and output for a simple Kotlin Multiplatform project.
dokka-versioning-multimodule-example Demonstrates configuration of Dokka's versioning plugin, which allows readers to navigate through different versions of documentation.

Maven

Project Description
maven Simple Maven project with basic Dokka configuration

Plugins

Project Description
hide-internal-api Dokka plugin that excludes declarations from generated documentation based on an Internal annotation