forked from amegias/giphy-ios-sdk-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yaml
48 lines (48 loc) · 1.23 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
clean: true
author: Giphy
author_url: https://www.giphy.com
copyright: "© Copyright 2017 [Giphy](https://www.giphy.com/). All rights reserved."
github_url: https://github.com/Giphy/giphy-ios-sdk-core
github_file_prefix: https://github.com/Giphy/giphy-ios-sdk-core/tree/master
output: build/doc
docset_path: ../docset
hide_documentation_coverage: true
skip_undocumented: true
custom_categories:
- name: Giphy Core SDK
children:
- GPHClient
- GPHAbstractClient
- name: Models
children:
- GPHMedia
- GPHUser
- GPHImage
- GPHImages
- GPHCategory
- GPHTermSuggestion
- name: Types
children:
- GPHMediaType
- GPHRenditionType
- GPHLanguageType
- GPHRatingType
- GPHRequestType
- name: Networking
children:
- GPHCompletionHandler
- GPHJSONCompletionHandler
- GPHJSONObject
- name: Response Models
children:
- GPHResponse
- GPHMeta
- GPHPagination
- GPHMediaResponse
- GPHListMediaResponse
- GPHListCategoryResponse
- GPHListTermSuggestionResponse
- name: Errors
children:
- GPHJSONMappingError
- GPHHTTPError