diff options
author | albert-github <albert.tests@gmail.com> | 2019-07-01 11:12:42 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-07-01 11:12:42 (GMT) |
commit | d8bf2445bc67b3f301deb30c7af7d707444a01ed (patch) | |
tree | d6353da320ee36421c5b290debc9bd4ce7b3c141 /src/scanner.h | |
parent | c44632a13d664c46b83d4a698285f530396c33b5 (diff) | |
download | Doxygen-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/scanner.h')
0 files changed, 0 insertions, 0 deletions