swift-doc icon indicating copy to clipboard operation
swift-doc copied to clipboard

Feature request: Declarations with a documentation comment containing `:nodoc:` are excluded from the documentation.

Open spnkr opened this issue 4 years ago • 0 comments

would be great to add this to swift-doc.

jazzy hides declarations commented with :nodoc: like this

def self.should_document?(doc)
      return false if doc['key.doc.comment'].to_s.include?(':nodoc:')

spnkr avatar Jul 18 '21 04:07 spnkr