-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.jazzy.yml
More file actions
31 lines (24 loc) · 663 Bytes
/
.jazzy.yml
File metadata and controls
31 lines (24 loc) · 663 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
module: Punycode
version: 3.0.0
author: Kojiro Futamura
author_url: https://github.com/gumob
github_url: https://github.com/gumob/PunycodeSwift
# copyright: 'Copyright © 2024 Kojiro Futamura. All rights reserved.'
source_host_url: https://github.com/gumob/PunycodeSwift
root_url: https://github.com/gumob/PunycodeSwift/tree/3.0.0/docs/
readme: "README.md"
theme: fullwidth
xcodebuild_arguments:
- -project
- ../Punycode.xcodeproj
- -scheme
- Punycode
output: "docs/swiftdoc"
min_acl: public
clean: true
skip_undocumented: false
hide_documentation_coverage: true
source_directory: Sources
umbrella_header: "Sources/Punycode.h"
exclude:
- Tests/*