Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

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

Open
spnkr opened this issue Jul 18, 2021 · 0 comments

Comments

@spnkr
Copy link

spnkr commented Jul 18, 2021

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:')
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant