chiark / gitweb /
doxygen: fix crash with class inheritance outside of a namespace.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 7 May 2018 20:53:05 +0000 (22:53 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 7 May 2018 20:56:07 +0000 (22:56 +0200)
commit4629958928d5bcf3b6f4e8854ed342c8b8bd39f1
treea4748cf6d0b1eafbbf66b908e3ddd3f8cbe01c45
parent389e5ba81ef758200215254a2b2bfe46149a0845
doxygen: fix crash with class inheritance outside of a namespace.

Amazing that I didn't come across this until now.
doxygen/dox2html5.py
doxygen/test/cpp_derived/classBaseOutsideANamespace.html [new file with mode: 0644]
doxygen/test/cpp_derived/classDerivedOutsideANamespace.html [new file with mode: 0644]
doxygen/test/cpp_derived/input.h
doxygen/test/test_cpp.py