浏览代码

doc

master
peter 5 年前
父节点
当前提交
7af9996753

+ 1
- 10
docs/README.md 查看文件

@@ -1,13 +1,4 @@
1
-[rpclibrary](README.md)
1
+[rpclibrary](globals.md)
2 2
 
3 3
 # rpclibrary
4 4
 
5
-## Index
6
-
7
-### External modules
8
-
9
-* ["Backend"](modules/_backend_.md)
10
-* ["Frontend"](modules/_frontend_.md)
11
-* ["Interfaces"](modules/_interfaces_.md)
12
-* ["Types"](modules/_types_.md)
13
-* ["Utils"](modules/_utils_.md)

+ 1
- 1
docs/classes/_backend_.rpcserver.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Backend"](../modules/_backend_.md) › [RPCServer](_backend_.rpcserver.md)
1
+[rpclibrary](../globals.md) › ["Backend"](../modules/_backend_.md) › [RPCServer](_backend_.rpcserver.md)
2 2
 
3 3
 # Class: RPCServer <**SubResType**>
4 4
 

+ 1
- 1
docs/classes/_frontend_.rpcsocket.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Frontend"](../modules/_frontend_.md) › [RPCSocket](_frontend_.rpcsocket.md)
1
+[rpclibrary](../globals.md) › ["Frontend"](../modules/_frontend_.md) › [RPCSocket](_frontend_.rpcsocket.md)
2 2
 
3 3
 # Class: RPCSocket
4 4
 

+ 1
- 1
docs/interfaces/_interfaces_.destroyable.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Destroyable](_interfaces_.destroyable.md)
1
+[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Destroyable](_interfaces_.destroyable.md)
2 2
 
3 3
 # Interface: Destroyable
4 4
 

+ 1
- 1
docs/interfaces/_interfaces_.exporter.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Exporter](_interfaces_.exporter.md)
1
+[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Exporter](_interfaces_.exporter.md)
2 2
 
3 3
 # Interface: Exporter <**T**>
4 4
 

+ 1
- 1
docs/interfaces/_interfaces_.socket.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Socket](_interfaces_.socket.md)
1
+[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Socket](_interfaces_.socket.md)
2 2
 
3 3
 # Interface: Socket
4 4
 

+ 1
- 1
docs/modules/_backend_.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Backend"](_backend_.md)
1
+[rpclibrary](../globals.md) › ["Backend"](_backend_.md)
2 2
 
3 3
 # External module: "Backend"
4 4
 

+ 1
- 1
docs/modules/_frontend_.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Frontend"](_frontend_.md)
1
+[rpclibrary](../globals.md) › ["Frontend"](_frontend_.md)
2 2
 
3 3
 # External module: "Frontend"
4 4
 

+ 1
- 1
docs/modules/_interfaces_.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Interfaces"](_interfaces_.md)
1
+[rpclibrary](../globals.md) › ["Interfaces"](_interfaces_.md)
2 2
 
3 3
 # External module: "Interfaces"
4 4
 

+ 1
- 1
docs/modules/_types_.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Types"](_types_.md)
1
+[rpclibrary](../globals.md) › ["Types"](_types_.md)
2 2
 
3 3
 # External module: "Types"
4 4
 

+ 1
- 1
docs/modules/_utils_.md 查看文件

@@ -1,4 +1,4 @@
1
-[rpclibrary](../README.md) › ["Utils"](_utils_.md)
1
+[rpclibrary](../globals.md) › ["Utils"](_utils_.md)
2 2
 
3 3
 # External module: "Utils"
4 4
 

+ 1
- 1
package.json 查看文件

@@ -11,7 +11,7 @@
11 11
     "build": "npm run clean && tsc && npm run webpack",
12 12
     "clean": "rm -rf js",
13 13
     "test": "mocha js/test/Test.js",
14
-    "doc": "typedoc --out docs ./src --readme none --plugin typedoc-plugin-markdown "
14
+    "doc": "typedoc --out docs ./src  --plugin typedoc-plugin-markdown "
15 15
   },
16 16
   "author": "",
17 17
   "license": "ISC",

正在加载...
取消
保存