-
Notifications
You must be signed in to change notification settings - Fork 34
/
.jazzy.yaml
80 lines (72 loc) · 2.21 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
clean: true
objc: true
sdk: iphonesimulator
module: Cephei
umbrella_header: JazzyUmbrella.h
framework_root: .theos/_/usr/lib
author: HASHBANG Productions
author_url: https://hbang.github.io/
github_url: https://github.com/hbang/libcephei
root_url: https://hbang.github.io/libcephei/
dash_url: https://hbang.github.io/libcephei/docsets/Cephei.xml
documentation: info/*.md
exclude: "*/include/*"
hide_documentation_coverage: true
custom_categories:
- name: "Cephei — General"
children:
- defaults
- HBOutputForShellCommand
- HBOutputForShellCommandWithReturnCode
- HBPreferences
- HBRespringController
- NSDictionary(HBAdditions)
- NSString(HBAdditions)
- name: "CepheiUI — General"
children:
- NSLayoutConstraint(CompactConstraint)
- UIColor(HBAdditions)
- UIView(CompactConstraint)
- name: "Cephei — Types and Constants"
children:
- HBPreferencesDidChangeNotification
- HBPreferencesNotMobileException
- HBPreferencesChangeCallback
- HBPreferencesValueChangeCallback
- name: "CepheiPrefs — General"
children:
- "CepheiPrefs Annoying Warning"
- HBAppearanceSettings
- HBAppearanceSettingsLargeTitleStyle
- HBSupportController
- name: "CepheiPrefs — List Controllers"
children:
- HBAboutListController
- HBListController
- HBRootListController
- PSListController(HBTintAdditions)
- name: "CepheiPrefs — Cells"
children:
- HBDiscreteSliderTableCell
- HBImageTableCell
- HBLinkTableCell
- HBPackageTableCell
- HBPackageNameHeaderCell
- HBSpinnerTableCell
- HBStepperTableCell
- HBTintedTableCell
- name: "CepheiPrefs — Deprecated"
children:
- HBListItemsController
- HBInitialsLinkTableCell
- HBTwitterCell
head: |
<style>
body, .section-name { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
pre, code { font-family: "SF Mono", ui-monospace, Menlo, monspace; }
h1, h2, h3, .section-name { font-weight: 600; }
.nav-group-name { font-weight: 300; }
.highlight { line-height: 1.3em; }
.graybox { line-height: 1.8em; }
.graybox tr td:first-of-type { font-weight: bold; }
</style>