-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcli.config.yaml
29 lines (26 loc) · 1012 Bytes
/
cli.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
docs:
location: /docs
logo: true
externalTypes:
- softvisio-node/result
types:
Auth:
Table: "/text.md#Class: Table"
ProxyClient:
Blob: "/blob.md#Class: Blob"
File: "/file.md#Class: File"
ApiClient: "/api-client.md#Class: ApiClient"
ApiClientUpload: "/api-client.md#Class: ApiClientUpload"
ApiClientConnection: "/api-client.md#Class: ApIClientConnection"
TmpFile: "/tmp.md#Class: TmpFile"
TmpDir: "/tmp.md#Class: TmpDir"
DoublyLinkedList: "/doubly-linked-list.md"
DoublyLinkedListNode: "/doubly-linked-list.md#Class: DoublyLinkedListNode"
CacheLRU: "/cache-lru.md"
Threads: "/threads.md#Class: Threads"
CondVar: "/threads.md#Class: CondVar"
Semaphore: "/threads.md#Class: Semaphore"
SemaphoreSet: "/threads.md#Class: SemaphoreSet"
Mutex: "/threads.md#Class: Mutex"
Signal: "/threads.md#Class: Signal"
Hostname: "/hostname.md"