You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The member function documentation for base::func and derived::func is generated correctly.
However, the class documentation for derived contains an incorrect member function link and description.
The link incorrectly points to base::func, but it should reference derived::func.
Additionally, the description should be derived func, but the generated output is base func derived func.
Behavior
The member function documentation for
base::func
andderived::func
is generated correctly.However, the class documentation for
derived
contains an incorrect member function link and description.The link incorrectly points to
base::func
, but it should referencederived::func
.Additionally, the description should be
derived func
, but the generated output isbase func derived func
.Reproduction Code
Environment
Mr.Docs version 0.0.3 54e75a7
The text was updated successfully, but these errors were encountered: