forked from krzysztofzablocki/Sourcery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yaml
52 lines (49 loc) · 1020 Bytes
/
.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
author: Krzysztof Zabłocki
author_url: https://twitter.com/merowing_
module: Sourcery
sourcekitten_sourcefile: docs.json
module_version: 0.6.0
github_url: https://github.com/krzysztofzablocki/Sourcery
copyright: 'Copyright © 2016 Pixle. All rights reserved.'
readme: About.md
documentation: guides/*.md
custom_categories:
- name: Guides
children:
- Installing
- Usage
- Writing templates
- name: Examples
children:
- Equatable
- Hashable
- Enum cases
- Lenses
- Mocks
- Codable
- Diffable
- LinuxMain
- Decorator
- name: Types
children:
- Types
- Type
- Protocol
- Class
- Struct
- Enum
- EnumCase
- AssociatedValue
- Variable
- Method
- MethodParameter
- Subscript
- TypeName
- TupleType
- TupleElement
- ArrayType
- DictionaryType
- ClosureType
- GenericType
- GenericTypeParameter
- Attribute