mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Add files to document module and packages
This commit is contained in:
parent
250baf225c
commit
b319ef40ba
3 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,9 @@ dokkaHtml {
|
|||
matchingRegex.set("org.matrix.androidsdk.crypto.data")
|
||||
suppress.set(true)
|
||||
}
|
||||
// List of files with module and package documentation
|
||||
// https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation
|
||||
includes.from("./docs/modules.md", "./docs/packages.md")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
3
matrix-sdk-android/docs/modules.md
Normal file
3
matrix-sdk-android/docs/modules.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Module matrix-sdk-android
|
||||
|
||||
Doc for the module!
|
3
matrix-sdk-android/docs/packages.md
Normal file
3
matrix-sdk-android/docs/packages.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Package org.matrix.android.sdk.api
|
||||
|
||||
Doc for the package!
|
Loading…
Add table
Reference in a new issue