-
Notifications
You must be signed in to change notification settings - Fork 65
/
.jazzy.yaml
39 lines (39 loc) · 1023 Bytes
/
.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
swift_build_tool: spm
theme: fullwidth
github_url: https://github.com/tmandry/Swindler
author_url: https://twitter.com/tmandry
#github_file_prefix: https://github.com/tmandry/Swindler/tree/master
custom_categories:
- name: System
children:
- initialize()
- State
- Application
- Window
- Screen
- name: Properties
children:
- Property
- WriteableProperty
- PropertyError
- name: Fakes
children:
- FakeState
- FakeApplication
- FakeWindow
- FakeScreen
- FakeWindowBuilder
- name: Events
children:
- ApplicationFocusedWindowChangedEvent
- ApplicationIsHiddenChangedEvent
- ApplicationLaunchedEvent
- ApplicationMainWindowChangedEvent
- ApplicationTerminatedEvent
- FrontmostApplicationChangedEvent
- ScreenLayoutChangedEvent
- WindowCreatedEvent
- WindowDestroyedEvent
- WindowMinimizedChangedEvent
- WindowFrameChangedEvent
- WindowTitleChangedEvent