Skip to content

Showing the documentation for virtual methods through inheritance. #3782

@matepek

Description

@matepek

Hello,

I usually document the interface like:

/**
 * @breaf foo should do THE thing. 
virtual void foo() = 0;

Documenting the override-ed method is often redundant so I don't do it much.

It would be nice if the hover would show the interface's documentation for the overridden method (if it is not provided for it of course).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions