summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-07-01 11:12:42 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-07-01 11:12:42 (GMT)
commitd8bf2445bc67b3f301deb30c7af7d707444a01ed (patch)
treed6353da320ee36421c5b290debc9bd4ce7b3c141 /src/util.cpp
parentc44632a13d664c46b83d4a698285f530396c33b5 (diff)
downloadDoxygen-d8bf2445bc67b3f301deb30c7af7d707444a01ed.zip
Doxygen-d8bf2445bc67b3f301deb30c7af7d707444a01ed.tar.gz
Doxygen-d8bf2445bc67b3f301deb30c7af7d707444a01ed.tar.bz2
Consistency of configuration parameters
Configuration parameters were used 2 forms in the code bare name like `PAPER_TYPE` and as string `"PAPER_TYPE"`. In case of a non existing "bare name" (or misspelling) this is signaled by the compiler but in case of the string this was only shown at runtime. In case of the usage of an obsolete configuration parameter the "bare name" was signaled as not existing (anymore). The essential change here is the place where the ConfigValues are initialized.
Diffstat (limited to 'src/util.cpp')
0 files changed, 0 insertions, 0 deletions