@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();
Valid XHTML 1.0 StrictGenerated by diaxen on Wed Jan 27 15:46:24 2021 using MkDoc