chiark / gitweb /
doxygen: properly support CASE_SENSE_NAMES set to NO.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 30 Apr 2018 14:21:54 +0000 (16:21 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 30 Apr 2018 14:21:54 +0000 (16:21 +0200)
commit1d7c689fd36b6952c0f6877ad9af562e3e10433a
tree77d32964ea4a59e61c9a61c429a5df8dee76cd47
parentcb0c6101be6008a7eae7292c54f9fcbc5f15b243
doxygen: properly support CASE_SENSE_NAMES set to NO.

I was working around the indexpage/index name mismatch by using
<compoundname> for pages, but that doesn't work well when
CASE_SENSE_NAMES is disabled. This fixes it.
doxygen/dox2html5.py
doxygen/test/compound_filename_case/Doxyfile [new file with mode: 0644]
doxygen/test/compound_filename_case/_u_p_p_e_r_c_a_s_e.html [new file with mode: 0644]
doxygen/test/compound_filename_case/class_u_p_p_e_r_c_l_a_s_s.html [new file with mode: 0644]
doxygen/test/compound_filename_case/index.html [new file with mode: 0644]
doxygen/test/compound_filename_case/input.h [new file with mode: 0644]
doxygen/test/test_compound.py