diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-19 20:17:09 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-19 20:17:09 (GMT) |
commit | 10ab1d5dddd63b5e7b3a65da8eb8a6416be7c914 (patch) | |
tree | 4abe8530321630289e7bec5d398f9fda9b4462c2 /testing | |
parent | 87ea6efae9ff315e93be6d5a879c4f3f8fa7277f (diff) | |
download | Doxygen-10ab1d5dddd63b5e7b3a65da8eb8a6416be7c914.zip Doxygen-10ab1d5dddd63b5e7b3a65da8eb8a6416be7c914.tar.gz Doxygen-10ab1d5dddd63b5e7b3a65da8eb8a6416be7c914.tar.bz2 |
Set CASE_SENSE_NAMES explicit to NO for the tests
Diffstat (limited to 'testing')
-rw-r--r-- | testing/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/Doxyfile b/testing/Doxyfile index f478ab3..e1486d3 100644 --- a/testing/Doxyfile +++ b/testing/Doxyfile @@ -4,3 +4,4 @@ GENERATE_HTML = NO GENERATE_LATEX = NO GENERATE_XML = YES XML_PROGRAMLISTING = NO +CASE_SENSE_NAMES = NO |