-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yml
200 lines (169 loc) · 4.97 KB
/
.jazzy.yml
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
module: Fluidable
author: Gumob
author_url: http://gumob.com
github_url: https://github.com/gumob/Fluidable
copyright: 'Copyright © 2019 Gumob. All rights reserved.'
readme: "README.md"
# documentation: "USAGE.md"
theme: fullwidth
# theme: "themes/fullwidth-ex"
xcodebuild_arguments:
- -project
- ../Fluidable.xcodeproj
- -scheme
- Fluidable
output: "docs"
min_acl: public
clean: true
skip_undocumented: false
hide_documentation_coverage: true
source_directory: Sources
umbrella_header: "Sources/Fluidable.h"
exclude:
- Sources/Core/Proxy/FluidCompatible.swift
- Sources/Core/Delegate/FluidNavigationDelegate.swift
- Sources/Core/Delegate/FluidTransitionDelegate.swift
- Sources/Core/Enumeration/FluidAnimationType.swift
- Sources/Core/Enumeration/FluidInteractionType.swift
- Sources/Core/Enumeration/FluidNavigationStyle.swift
- Sources/Core/Enumeration/FluidTransitionStyle.swift
- Sources/Core/Enumeration/FluidFrameDimension.swift
- Sources/Core/Enumeration/FluidFrameStyle.swift
- Sources/Core/Animator/Protocol/*.swift
- Sources/Core/Animator/Implementation/*.swift
- Sources/Core/Driver/Protocol/*.swift
- Sources/Core/Driver/Implementation/*.swift
- Sources/Core/Gesture/Protocol/FluidGestureDelegate.swift
- Sources/Core/Gesture/Protocol/FluidGestureObservable.swift
- Sources/Core/Gesture/Protocol/FluidScrollObservable.swift
- Sources/Core/Gesture/Implementation/*.swift
- Sources/Core/Parameter/Protocol/*.swift
- Sources/Core/Parameter/Implementation/*.swift
- Sources/Layout/*.swift
- Sources/Helper/*.swift
- Sources/Shared/*.swift
- Sources/View/*.swift
- Example/*
- Tests/*
- UITests/*
custom_categories:
- name: Core
children:
- Fluidable
- FluidResizable
- UIApplicationDelegate
- name: Delegate
children:
- FluidDelegate
- FluidNavigationControllerDelegate
- FluidNavigationSourceConfigurationDelegate
- FluidNavigationDestinationConfigurationDelegate
- FluidNavigationSourceActionDelegate
- FluidNavigationDestinationActionDelegate
- FluidViewControllerTransitioningDelegate
- FluidTransitionSourceConfigurationDelegate
- FluidTransitionDestinationConfigurationDelegate
- FluidTransitionSourceActionDelegate
- FluidTransitionDestinationActionDelegate
- FluidResizableTransitionDelegate
- name: Enumerations - Presentation Style
children:
- FluidPresentationStyle
- FluidDrawerPosition
- FluidSlideDirection
- name: Enumerations - Transtion & Interaction
children:
- FluidProgressState
- name: Struct - Transtion & Interaction
children:
- FluidGestureInfo
- FluidGestureDirection
- FluidGestureAxis
- FluidInteractionBehavior
- name: Struct - Frame and Style
children:
- FluidInitialFrameDimension
- FluidFinalFrameDimension
- FluidInitialFrameStyle
- FluidFinalFrameStyle
- FluidRoundCornerStyle
- FluidBackgroundStyle
- name: Transition - Custom Transition
children:
- FluidTransitionAnimatorCompatible
- FluidTransitionAnimatorParameter
- name: NavigationBar
children:
- FluidNavigationBar
- FluidNavigationBarCompatible
- name: Proxy
children:
- FluidProxy
- FluidProxyCompatible
- name: Type Aliases
children:
- FluidNavigationController
- FluidSourceViewController
- FluidDestinationViewController
- FluidNavigationRootNavigationControllerDelegate
- FluidNavigationSourceViewControllerDelegate
- FluidNavigationDestinationViewControllerDelegate
- FluidTransitionRootNavigationControllerDelegate
- FluidTransitionSourceViewControllerDelegate
- FluidTransitionDestinationViewControllerDelegate
- name: Error
children:
- FluidError
- name: Animator
children:
- FluidAnimatorCompatible
- FluidAnimatorState
- FluidAnimatorEasing
- name: Animator - UIViewPropertyAnimator
children:
- FluidPropertyAnimator
- UIViewAnimatingStateEx
- name: Animator - Core Animation
children:
- FluidCoreAnimator
- FluidCoreAnimatorTransitionType
- FluidCoreAnimatorTransitionSubtype
- FluidCoreAnimatorKeyCompatible
- FluidCoreAnimatorKey
- FluidCoreAnimatorPath
- FluidCoreAnimatorError
- name: Animator - Robert Penner's Easing
children:
- PennerEasing
- PennerEasingType
- name: Adaptive Layout - Protocols
children:
- AdaptiveAttribute
- AdaptiveElement
- AdaptiveInterface
- name: Adaptive Layout - Attributes
children:
- SizeCategory
- SizeClass
- LayoutDirection
- Idiom
- Scale
- DisplayGamut
- ForceTouch
- name: Adaptive Layout - Containers
children:
- AdaptiveBehavior
- AdaptiveConstraintContainer
- AdaptiveViewContainer
- name: Adaptive Layout - Extensions
children:
- UITraitCollection
- UIView+Adaptive
- AdaptiveViewContainer
- name: Extensions
children:
- CATransform3D
- CGAffineTransform
# - name: Guide
# children:
# - USAGE