-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Complete Public API Documentation #90
Conversation
Generated by 🚫 Danger |
thanks! 👏 that was on my list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm... 🤔
I think we should document public symbols.
Either that, or rip it out.
@jessesquires Want to rip out eventually (as documented) but don't think that's absolutely mandatory right now. For #77 specifically I want to first figure out how we can create a |
41c7ca6
to
95464a8
Compare
Sources/TableViewDriver.swift
Outdated
@@ -163,8 +163,8 @@ open class TableViewDriver: NSObject { | |||
} | |||
|
|||
self.tableView.registerViews(for: newModel) | |||
|
|||
if self.automaticDiffingEnabled { | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lines should not have trailing whitespace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @anayini danger + swiftlint works 😄
95464a8
to
a69f2b9
Compare
All public symbols that are considered part of the core API are now documented. This commit suppresses documentation for APIs that will be removed in future releases.
a69f2b9
to
e1ab20c
Compare
Changes in this pull request
All public symbols that are considered part of the core API are now documented.
This commit suppresses documentation for APIs that will be removed in future releases.
cellViewModels
onCollectionViewModel
non-optional.