would be great to add this to swift-doc. jazzy hides declarations commented with `:nodoc:` [like this](https://github.com/realm/jazzy/search?q=nodoc) ```swift def self.should_document?(doc) return false if doc['key.doc.comment'].to_s.include?(':nodoc:') ```
would be great to add this to swift-doc.
jazzy hides declarations commented with
:nodoc:like this