-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 -x_noenv option to not expand environment variables #9187
Comments
The idea behind |
…variables Adding the possibility to retain the environment variables (`$(...)`) in the doxyfile when looking for differences with the default settings.
…variables Small documentation updates.
I've just pushed a proposed patch, pull request #9189 |
issue #9187 doxygen -x_noenv option to not expand environment variables
Thanks for the fix! |
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release). |
This issue was previously marked 'fixed but not released', |
Describe the bug
doxygen -x expands environment variables before doing the 'diff'.
Expected behavior
It would be interesting to have a "-x2" option that does not substitute the environment variables but rather treats them as plain text so that the 'real diff' is shown.
Screenshots
Let's assume an external user is inspecting a 'foreign Doxyfile' and does not have info about whether there are environmental variables defined within (thus, they are undefined in the shell). He gets:
So it's empty, no differences. Versus the manual diff I do normally:
which shows the difference.
To Reproduce
Version
Doxyfile 1.9.4 (70d1c6b*)
The text was updated successfully, but these errors were encountered: