You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,12 @@ device.connect { result in
207
207
208
208
Contributions to this project should conform to the [Swift API Design Guidelines](https://swift.org/documentation/api-design-guidelines/) and [this style guide](https://github.com/github/swift-style-guide).
209
209
210
+
## Documentation
211
+
212
+
To learn about code documentation for Swift, check out [this guide](http://nshipster.com/swift-documentation/)
213
+
214
+
We build our documentation pages with [Jazzy](https://github.com/realm/jazzy), to create docs from your well commented code, just run `jazzy`
215
+
210
216
## License
211
217
212
218
The SwiftyZorb is released under the [GPL license](https://github.com/SomaticLabs/SwiftyZorb/blob/master/LICENSE).
0 commit comments