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 /**< ... */ Doxygen style is used in 1000s of define documentations. However, if MACRO_EXPANSION is set to YES, then this documentation is added to the scope where the define is expanded. See also: doxygen/doxygen#11158.
A sed -i 's,/\*\*<\(.*\w\) *\*/,//!<\1,' <all files with Doxygen comments> would fix the issue.
The text was updated successfully, but these errors were encountered:
The
/**< ... */
Doxygen style is used in 1000s of define documentations. However, if MACRO_EXPANSION is set to YES, then this documentation is added to the scope where the define is expanded. See also: doxygen/doxygen#11158.A
sed -i 's,/\*\*<\(.*\w\) *\*/,//!<\1,' <all files with Doxygen comments>
would fix the issue.The text was updated successfully, but these errors were encountered: