Skip to content

Commit e5e0b21

Browse files
committed
Skip undocumented declarations in the reference
1 parent 13ab9f2 commit e5e0b21

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.jazzy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ module: ICInputAccessory
88
module_version: 1.4.0
99
output: docs/output
1010
theme: fullwidth
11+
skip_undocumented: true

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Try <https://testflight.icook.tw>.
77
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/Carthage/Carthage)
88
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/ICInputAccessory.svg)](https://cocoapods.org/pods/ICInputAccessory)
99
![Platform](https://img.shields.io/cocoapods/p/ICInputAccessory.svg)
10-
[![CocoaDocs](https://img.shields.io/cocoapods/metrics/doc-percent/ICInputAccessory.svg)](https://polydice.github.io/ICInputAccessory)
11-
![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg)
10+
![Swift 3.1](https://img.shields.io/badge/Swift-3.1-orange.svg)
1211

1312
### ICKeyboardDismissTextField
1413

@@ -149,6 +148,11 @@ The displayed delimiter string can be customized by:
149148
@objc optional func tokenField(_ tokenField: ICTokenField, subsequentDelimiterForCompletedText text: String) -> String
150149
```
151150

151+
### Documentation
152+
153+
* [ICInputAccessory Reference](https://polydice.github.io/ICInputAccessory)
154+
* [Example Project](https://github.com/polydice/ICInputAccessory/tree/develop/Example)
155+
152156
## Development
153157

154158
* Set up dependencies by running the following command in the project root:

0 commit comments

Comments
 (0)