Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 400c047

Browse files
committed
add sample to EventBroadcaster
1 parent e3e52fe commit 400c047

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

topl-core-base/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ dokka {
4242
includeNonPublic = false
4343
skipEmptyPackages = true
4444
samples = [
45-
"$rootDir/sampleapp/src/main/java/io/matthewnelson/sampleapp/App.kt".toString()
45+
"$rootDir/sampleapp/src/main/java/io/matthewnelson/sampleapp/App.kt".toString(),
46+
"$rootDir/topl-service/src/main/java/io/matthewnelson/topl_service/service/components/onionproxy/ServiceEventBroadcaster.kt".toString()
4647
]
4748
sourceLink {
4849
url = "https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/"

topl-core-base/src/main/java/io/matthewnelson/topl_core_base/EventBroadcaster.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ package io.matthewnelson.topl_core_base
9696
* allows for easier separation of messages based on the type, process or class.
9797
*
9898
* See [BaseConsts.BroadcastType]s
99+
* @sample [io.matthewnelson.topl_service.service.components.onionproxy.ServiceEventBroadcaster]
99100
*/
100101
abstract class EventBroadcaster: BaseConsts() {
101102

0 commit comments

Comments
 (0)