-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jazzy.yml
More file actions
39 lines (36 loc) · 813 Bytes
/
.jazzy.yml
File metadata and controls
39 lines (36 loc) · 813 Bytes
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
module: ImageExtract
author: Gumob
author_url: http://gumob.com
github_url: https://github.com/gumob/ImageExtract
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: Source
umbrella_header: "Source/ImageExtract.h"
xcodebuild_arguments:
- -project
- ../ImageExtract.xcodeproj
- -scheme
- ImageExtract-iOS
exclude:
- Source/Extension.swift
custom_categories:
- name: Classes
children:
- ImageExtract
- name: Protocls
children:
- ImageRequestConvertible
- name: Enumerations
children:
- ImageChunkSize
- name: Guides
children:
- USAGE