Skip to content

Commit

Permalink
docs: 更新类注释,新增 DevMVVM README link
Browse files Browse the repository at this point in the history
Former-commit-id: a312c7c
  • Loading branch information
afkT committed Aug 15, 2022
1 parent 35f70fb commit 305858c
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 27 deletions.
6 changes: 4 additions & 2 deletions lib/DevApp/src/main/java/dev/DevUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md"/>
* DevBaseMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md"/>
* DevMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md"/>
* DevEngine README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md"/>
* DevHttpCapture Api
Expand All @@ -48,12 +50,12 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md"/>
* DevRetrofit Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* DevWidget Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md"/>
* DevEnvironment Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/Environment"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* </pre>
*/
public final class DevUtils {
Expand Down
6 changes: 4 additions & 2 deletions lib/DevAssist/src/main/java/dev/DevAssist.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md"/>
* DevBaseMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md"/>
* DevMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md"/>
* DevEngine README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md"/>
* DevHttpCapture Api
Expand All @@ -24,12 +26,12 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md"/>
* DevRetrofit Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* DevWidget Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md"/>
* DevEnvironment Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/Environment"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* </pre>
*/
public final class DevAssist {
Expand Down
6 changes: 4 additions & 2 deletions lib/DevBase/src/main/java/dev/base/DevBase.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ package dev.base
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md
* DevBaseMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md
* DevMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md
* DevEngine README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md
* DevHttpCapture Api
Expand All @@ -22,12 +24,12 @@ package dev.base
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md
* DevRetrofit Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
* DevWidget Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md
* DevEnvironment Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/Environment
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
*/
object DevBase {

Expand Down
6 changes: 4 additions & 2 deletions lib/DevBaseMVVM/src/main/java/dev/base/DevBaseMVVM.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import dev.base.mvvm.BuildConfig
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md
* DevBaseMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md
* DevMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md
* DevEngine README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md
* DevHttpCapture Api
Expand All @@ -24,12 +26,12 @@ import dev.base.mvvm.BuildConfig
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md
* DevRetrofit Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
* DevWidget Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md
* DevEnvironment Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/Environment
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
*/
object DevBaseMVVM {

Expand Down
6 changes: 4 additions & 2 deletions lib/DevEngine/src/main/java/dev/engine/DevEngine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ import dev.utils.common.cipher.Cipher
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md
* DevBaseMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md
* DevMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md
* DevEngine README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md
* DevHttpCapture Api
Expand All @@ -52,12 +54,12 @@ import dev.utils.common.cipher.Cipher
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md
* DevRetrofit Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
* DevWidget Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md
* DevEnvironment Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/Environment
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
*/
object DevEngine {

Expand Down
6 changes: 4 additions & 2 deletions lib/DevHttpCapture/src/main/java/dev/DevHttpCapture.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md"/>
* DevBaseMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md"/>
* DevMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md"/>
* DevEngine README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md"/>
* DevHttpCapture Api
Expand All @@ -37,12 +39,12 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md"/>
* DevRetrofit Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* DevWidget Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md"/>
* DevEnvironment Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/Environment"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* </pre>
*/
public final class DevHttpCapture {
Expand Down
6 changes: 4 additions & 2 deletions lib/DevHttpManager/src/main/java/dev/DevHttpManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import okhttp3.HttpUrl
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md
* DevBaseMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md
* DevMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md
* DevEngine README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md
* DevHttpCapture Api
Expand All @@ -28,12 +30,12 @@ import okhttp3.HttpUrl
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md
* DevRetrofit Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
* DevWidget Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md
* DevEnvironment Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/Environment
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
*/
object DevHttpManager {

Expand Down
8 changes: 5 additions & 3 deletions lib/DevMVVM/src/main/java/dev/mvvm/DevMVVM.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package dev.mvvm

/**
* detail: DevBaseMVVM
* detail: DevMVVM
* @author Ttt
* <p></p>
* GitHub
Expand All @@ -14,6 +14,8 @@ package dev.mvvm
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md
* DevBaseMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md
* DevMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md
* DevEngine README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md
* DevHttpCapture Api
Expand All @@ -22,12 +24,12 @@ package dev.mvvm
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md
* DevRetrofit Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
* DevWidget Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md
* DevEnvironment Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/Environment
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
*/
object DevMVVM {

Expand Down
6 changes: 4 additions & 2 deletions lib/DevRetrofit/src/main/java/dev/DevRetrofit.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import dev.retrofit.BuildConfig
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md
* DevBaseMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md
* DevMVVM README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md
* DevEngine README
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md
* DevHttpCapture Api
Expand All @@ -24,12 +26,12 @@ import dev.retrofit.BuildConfig
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md
* DevRetrofit Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
* DevWidget Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md
* DevEnvironment Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/Environment
* DevJava Api
* @see https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md
*/
object DevRetrofit {

Expand Down
6 changes: 4 additions & 2 deletions lib/DevWidget/src/main/java/dev/widget/DevWidget.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md"/>
* DevBaseMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md"/>
* DevMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md"/>
* DevEngine README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md"/>
* DevHttpCapture Api
Expand All @@ -22,12 +24,12 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md"/>
* DevRetrofit Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* DevWidget Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md"/>
* DevEnvironment Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/Environment"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* </pre>
*/
public final class DevWidget {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md"/>
* DevBaseMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md"/>
* DevMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md"/>
* DevEngine README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md"/>
* DevHttpCapture Api
Expand All @@ -41,12 +43,12 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md"/>
* DevRetrofit Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* DevWidget Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md"/>
* DevEnvironment Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/Environment"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* </pre>
*/
public final class DevEnvironmentActivity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md"/>
* DevBaseMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md"/>
* DevMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md"/>
* DevEngine README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md"/>
* DevHttpCapture Api
Expand All @@ -31,12 +33,12 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md"/>
* DevRetrofit Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* DevWidget Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md"/>
* DevEnvironment Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/Environment"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* </pre>
*/
public final class DevHttpCaptureCompiler {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md"/>
* DevBaseMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md"/>
* DevMVVM README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevMVVM/README.md"/>
* DevEngine README
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md"/>
* DevHttpCapture Api
Expand All @@ -26,12 +28,12 @@
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md"/>
* DevRetrofit Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* DevWidget Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md"/>
* DevEnvironment Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/Environment"/>
* DevJava Api
* @see <a href="https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md"/>
* </pre>
*/
public final class DevHttpCaptureCompiler {
Expand Down

0 comments on commit 305858c

Please sign in to comment.