-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Module.md infos to kotlin modules for dokka (#238)
* Module docs WIP * Finish fleshing out modules
- Loading branch information
Showing
6 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Module autodispose-android-ktx | ||
|
||
Kotlin extensions for `autodispose-android-archcomponents`. | ||
|
||
# Package com.uber.autodispose.android.lifecycle | ||
|
||
Kotlin extensions for `autodispose-android-archcomponents`. |
7 changes: 7 additions & 0 deletions
7
android/autodispose-android-archcomponents-test-ktx/Module.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Module autodispose-android-ktx | ||
|
||
Kotlin extensions for `autodispose-android-archcomponents-test`. | ||
|
||
# Package com.uber.autodispose.android.lifecycle.test | ||
|
||
Kotlin extensions for `autodispose-android-archcomponents-test`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Module autodispose-android-ktx | ||
|
||
Kotlin extensions for `autodispose-android`. | ||
|
||
# Package com.uber.autodispose.android | ||
|
||
Kotlin extensions for `autodispose-android`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Module autodispose-ktx | ||
|
||
Kotlin extensions for `autodispose`. | ||
|
||
# Package com.uber.autodispose | ||
|
||
Kotlin extensions for `autodispose`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Module autodispose-lifecycle-ktx | ||
|
||
Kotlin extensions for `autodispose-lifecycle`. | ||
|
||
# Package com.uber.autodispose.lifecycle | ||
|
||
Kotlin extensions for `autodispose-lifecycle`. |