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

Add support for configuring INPUT_FILTER doxygen option #103

Merged
merged 1 commit into from May 1, 2023

Conversation

peci1
Copy link
Contributor

@peci1 peci1 commented Jan 8, 2023

I need this option for a little transformation of my code so that Doxygen understands it better.

In particular, I need to set:

INPUT_FILTER           =  "sed 's/\([ <]\)::/\1/g'"

This removes the global namespace designator from all elements. I.e. ::std::string will become std::string. In the headers, I chose to designate all symbols with the global namespace (to avoid possible errors when someone does a using namespace), but Doxygen is very much confused by these, complaining a lot about unmatched function signatures that differ just in ::std::string vs std::string.

Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
@tfoote tfoote merged commit 3628412 into ros-infrastructure:master May 1, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants