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")
|
matchingRegex.set("org.matrix.androidsdk.crypto.data")
|
||||||
suppress.set(true)
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Module matrix-sdk-android
|
||||||
|
|
||||||
|
Doc for the module!
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Package org.matrix.android.sdk.api
|
||||||
|
|
||||||
|
Doc for the package!
|
Loading…
Reference in New Issue