Skip to content

Documentation on protocol should mark all implementations as documented #836

@lightsprint09

Description

@lightsprint09

When I have a protocol called AProtocol:

protocol AProtocol {
/**
     Foo
     */
    func foo()
}

and an imlelemtation of AProtocol:

struct AImpl: AProtocol {
    func foo() {
    ///...
    }
}

AImpl.foo gets marked as missing documentation. This should not happen. You should not need to duplicate the documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementIdeas for improvements of existing features and rules.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions