@visible tag
This tag forces the associated symbol visibility. The symbol will appear in the documentation even if nomally hidden due to @internal tag, @experimental tag, member access level and MkDoc configuration.
See also @hidden tag.
Example [link]
protected:
/** @visible */
virtual void reimplement_me();