In #629 I re-enabled the missing_docs rule, which checks that public declarations have documentation. In order to do so, I had to add swiftlint:disable comments to address the many existing undocumented declarations in the codebase. The vast majority of these are things that should be documented, so let's do so.
In #629 I re-enabled the
missing_docs
rule, which checks that public declarations have documentation. In order to do so, I had to addswiftlint:disable
comments to address the many existing undocumented declarations in the codebase. The vast majority of these are things that should be documented, so let's do so.