Modify organize documentation

This commit is contained in:
2022-08-17 02:03:10 +08:00
parent 44d4f7c29c
commit 134a45f3e0
55 changed files with 557 additions and 524 deletions

View File

@@ -22,5 +22,31 @@
后期被删除的功能将标记为 `v$version` `移除` 并会标注删除线。
## 相关符号说明
- *kt*  Kotlin Static File
- *annotation*  注解
- *interface*  接口
- *object*  类 (单例)
- *class*  
- *field*  变量或 `get``set` 方法或只读的 `get` 方法
- *method*  方法
- *enum*  Enum 常量
- *ext-field*  扩展的变量 (全局)
- *ext-method*  扩展的方法 (全局)
- *i-ext-field*  扩展的变量 (调用域限制)
- *i-ext-method*  扩展的方法 (调用域限制)
<br/><br/>
[浏览下一篇 ➡️](api/document)
[浏览下一篇 &nbsp;➡️](api/document)