mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 15:50:51 +01:00
Add files to document module and packages
This commit is contained in:
parent
250baf225c
commit
b319ef40ba
@ -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…
Reference in New Issue
Block a user