Closed
Description
Describe the bug
There are some settings in the Doxyfile that are system-dependent, like CASE_SENSE_NAMES
. These are not properly identified when x_noenv is run.
Expected behavior
When doxygen -x_noenv is run, it should always print these values, whatever its value, as one is assuming no environment (in a broad sense, one does not want to be system-dependent). Or maybe print them under special section with asterisks, with a footnote that this might be a "system dependent diff".
The alternative would be that the default value of all variables are made always the same for all systems.
To Reproduce
doxygen -g
doxygen -x_noenv
CASE_SENSE_NAMES should appear there as 'diff'
Version
Doxyfile 1.9.4 (91095fb*)
Additional context
root-project/root#9966