From 23f4da648a9a55cc4937fca16b31ee1e278045a6 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 22 Sep 2023 17:15:24 +0800 Subject: [PATCH] docs: optimize comments --- .../yukihookapi/hook/core/api/proxy/YukiHookCallback.kt | 2 +- .../yukihookapi/hook/core/api/proxy/YukiMemberHook.kt | 2 +- .../yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt | 2 +- .../yukihookapi/hook/core/api/store/YukiHookCacheStore.kt | 2 +- .../yukihookapi/hook/core/finder/base/rules/ModifierRules.kt | 2 +- .../yukihookapi/hook/core/finder/base/rules/NameRules.kt | 2 +- .../yukihookapi/hook/xposed/bridge/YukiXposedModule.kt | 2 +- .../yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt | 2 +- .../hook/xposed/bridge/status/YukiXposedModuleStatus.kt | 2 +- .../yukihookapi/hook/xposed/bridge/type/HookEntryType.kt | 2 +- .../yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt | 2 +- .../main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt | 2 +- .../hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt index f0209be2..f41ac5d4 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/4/9. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ package com.highcapable.yukihookapi.hook.core.api.proxy diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt index 774def0b..dc330bb4 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/4/9. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ package com.highcapable.yukihookapi.hook.core.api.proxy diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt index 93e2dd2d..0542b6db 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/4/9. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ package com.highcapable.yukihookapi.hook.core.api.proxy diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt index 90e68289..d50faed0 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/7/28. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ package com.highcapable.yukihookapi.hook.core.api.store diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt index c8fd428e..ff4adcf2 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/3/27. - * This file is Modified by fankes on 2022/9/14. + * This file is modified by fankes on 2022/9/14. */ @file:Suppress("unused") diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt index d2fee9bc..496174dc 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/5/16. - * This file is Modified by fankes on 2022/9/14. + * This file is modified by fankes on 2022/9/14. */ @file:Suppress("unused", "MemberVisibilityCanBePrivate") diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt index e074a6bf..2808a500 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/4/3. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ package com.highcapable.yukihookapi.hook.xposed.bridge diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt index ae2c41e5..728fb819 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/4/30. - * This file is Modified by fankes on 2022/1/10. + * This file is modified by fankes on 2022/1/10. */ @file:Suppress("unused") diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt index 0c0ea010..5dbbf467 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/2/3. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ package com.highcapable.yukihookapi.hook.xposed.bridge.status diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt index c1bc8ac2..ced98ddf 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/4/26. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ package com.highcapable.yukihookapi.hook.xposed.bridge.type diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt index 4b86d014..7f89fa2c 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/2/2. - * This file is Modified by fankes on 2022/4/22. + * This file is modified by fankes on 2022/4/22. */ @file:Suppress("unused") diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt index 4d59f066..3fe32b84 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2022/9/26. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ @file:Suppress("ClassName") diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt index 78311576..7db81b94 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is created by fankes on 2023/1/1. - * This file is Modified by fankes on 2023/1/9. + * This file is modified by fankes on 2023/1/9. */ @file:Suppress("ClassName")