Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was 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

Description

@spnkr

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:')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions