forked from tsolomko/SWCompression
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yaml
76 lines (75 loc) · 1.62 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
# Run: sourcekitten doc --spm --module-name SWCompression > docs.json
sourcekitten_sourcefile: docs.json
clean: false
author: Timofey Solomko
module: SWCompression
module_version: 4.8.5
copyright: '© 2023 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/SWCompression
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/4.8.5
theme: fullwidth
custom_categories:
- name: Compression
children:
- BZip2
- Deflate
- LZMA
- LZMAProperties
- LZMA2
- LZ4
- name: Archives
children:
- GzipArchive
- GzipHeader
- XZArchive
- ZlibArchive
- ZlibHeader
- name: 7-Zip
children:
- SevenZipContainer
- SevenZipEntry
- SevenZipEntryInfo
- name: TAR
children:
- TarContainer
- TarReader
- TarWriter
- TarEntry
- TarEntryInfo
- name: ZIP
children:
- ZipContainer
- ZipEntry
- ZipEntryInfo
- ZipExtraField
- ZipExtraFieldLocation
- name: Errors
children:
- BZip2Error
- DataError
- DeflateError
- GzipError
- LZMAError
- LZMA2Error
- SevenZipError
- TarCreateError
- TarError
- XZError
- ZipError
- ZlibError
- name: Protocols
children:
- Archive
- Container
- ContainerEntry
- ContainerEntryInfo
- CompressionAlgorithm
- DecompressionAlgorithm
- name: Common Auxiliary Types
children:
- ContainerEntryType
- DosAttributes
- Permissions
- CompressionMethod
- FileSystemType