chiark / gitweb /
doxygen: fix namespaced classes with base/derived in the root NS.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 29 Mar 2019 18:07:40 +0000 (19:07 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 29 Mar 2019 18:14:20 +0000 (19:14 +0100)
commit07a027fac66e5ab77a31016336e89568a2248679
tree63b93e244c227c6afe03447a58be4d95df8bfdbe
parentbf8dfed93d731ab0c188e06781a86886827c6f71
doxygen: fix namespaced classes with base/derived in the root NS.

Boom. Interesting, no project until now hit this particular case.
doxygen/dox2html5.py
doxygen/test/compound_base_derived_in_root_namespace/Doxyfile [new file with mode: 0644]
doxygen/test/compound_base_derived_in_root_namespace/File.h [new file with mode: 0644]
doxygen/test/compound_base_derived_in_root_namespace/structNamespace_1_1BothBaseAndDerivedInRootNamespace.html [new file with mode: 0644]
doxygen/test/test_compound.py