-
Notifications
You must be signed in to change notification settings - Fork 2
/
.jazzy.yml
49 lines (46 loc) · 1.07 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
module: RxPullToRefresh
author: Gumob
author_url: http://gumob.com
github_url: https://github.com/gumob/RxPullToRefresh
copyright: 'Copyright © 2018 Gumob. All rights reserved.'
min_acl: public
clean: true
readme: "README.md"
output: "docs"
documentation: "USAGE.md"
skip_undocumented: true
hide_documentation_coverage: true
# theme: fullwidth
theme: "themes/fullwidth-ex"
source_directory: Sources
umbrella_header: "Sources/RxPullToRefresh.h"
xcodebuild_arguments:
- -project
- ../RxPullToRefresh.xcodeproj
- -scheme
- RxPullToRefresh
exclude:
- Sources/DefaultRefreshView.swift
# - Sources/Extensions.swift
- Sources/Helpers.swift
custom_categories:
- name: Classes
children:
- RxPullToRefresh
- RxPullToRefreshView
- name: Delegate
children:
- RxPullToRefreshDelegate
- name: Extensions
children:
- Reactive
- RxPullToRefreshProxy
- RxPullToRefreshCompatible
- name: Enumerations
children:
- RxPullToRefreshPosition
- RxPullToRefreshState
- RxPullToRefreshAnimationType
- name: Guides
children:
- USAGE