@override tag
This tag can be used to explicitly mark a function as an implementation of a virtual function in base class.
This tag enables MkDoc to check that a function you expect to serve as an override actually does.
When no documentation content is provided (excluding transparent tags like this one) and the @override tag is used or the inherit_doc configuration option is set, documentation is inherited from overridden function in base class.