You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-29 19:41:14 +03:00
Add files to document module and packages
This commit is contained in:
@ -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!
|
Reference in New Issue
Block a user