Skip to content

Support the final keyword on class definitions. #963

@jll63

Description

@jll63

MrDocs drops the final keyword, when applied to a class. Example:

struct Foo final {};

Generated:

struct Foo;

final appears to be preserved when applied to virtual functions.

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