1 parent 0d9d785 commit bc3b400Copy full SHA for bc3b400
1 file changed
app/src/commonMain/kotlin/it/vercruysse/lemmyapi/enums/VersionTracker.kt
@@ -5,7 +5,7 @@ import kotlinx.serialization.Serializable
5
6
/**
7
* Tracks the version of the supported entries from this enum
8
- * Use this in conjunction with [getSupportedEntries]
+ * Use this in conjunction with [it.vercruysse.lemmyapi.utils.getSupportedEntries]
9
*
10
* @property minimumVersion The version this entry was added
11
* @property maximumVersion The version this entry was removed, if null, it is still supported
0 commit comments