Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doxygen /**< ... */ style comments cause macro expansion issues #313

Open
sebhub opened this issue Sep 26, 2024 · 0 comments
Open

Doxygen /**< ... */ style comments cause macro expansion issues #313

sebhub opened this issue Sep 26, 2024 · 0 comments

Comments

@sebhub
Copy link

sebhub commented Sep 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant