-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.jazzy.yaml
47 lines (46 loc) · 1.06 KB
/
.jazzy.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
theme: apple
min_acl: public
skip_undocumented: true
hide_documentation_coverage: true
exclude:
- Tests/**
github_url: https://www.github.com/aliak00/Tasker
copyright: © 2018-2020 Ali Akhtarzada
xcodebuild_arguments: ["-scheme", "Tasker-Package", "-project", "Tasker.xcodeproj", "-derivedDataPath", ".build/DerivedData"]
abstract: docs/abstracts/*.md
custom_categories:
- name: Task Management
children:
- Task
- TaskError
- TaskState
- Handle
- TaskManager
- Interceptor
- InterceptCommand
- Reactor
- ReactorConfiguration
- Result
- name: Logging
children:
- Logger
- LogTags
- LogLevel
- name: AnyTask
children:
- AnyTask
- task(closingOver:)
- task(executing:)
- name: Async Await
children:
- async(_:completion:)
- async(closingOver:)
- await(timeout:block:)
- curry(_:)
- name: URL Session Interceptor
children:
- URLTaskManager
- URLTask
- URLTaskInterceptor
- URLTaskReactor
- URLTaskManagerError