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
issue #8633 Line break in C++ nested-name confuses doxygen
The white space was detected by doxygen in the name of a variable / scope name but handled with removeRedundantWhiteSpace and this left a space after the `::`, using a dedicated method solves this issue.
0 commit comments