chiark / gitweb /
doxygen: properly qualify base/derived classes in other namespaces.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 10 Feb 2018 15:58:46 +0000 (16:58 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 10 Feb 2018 16:32:49 +0000 (17:32 +0100)
commitcd44d88846fb9ed7ca1ba0ca020eb334fca2ab10
tree2eaf96a21744a246fa800471b996c7c9649849bb
parenta4b56cd9fdd87c03a830cb8c9b2583c1f0ccf416
doxygen: properly qualify base/derived classes in other namespaces.

Previously the prefix was unconditionally omitted, which is confusing in
case a class from one namespace derives from a classs in another
namespace.
doxygen/dox2html5.py
doxygen/test/cpp_derived/classAnother_1_1ProtectedBase.html [moved from doxygen/test/cpp_derived/classProtectedBase.html with 73% similarity]
doxygen/test/cpp_derived/classNamespace_1_1A.html [moved from doxygen/test/cpp_derived/classA.html with 58% similarity]
doxygen/test/cpp_derived/classNamespace_1_1PrivateBase.html [moved from doxygen/test/cpp_derived/classPrivateBase.html with 81% similarity]
doxygen/test/cpp_derived/classNamespace_1_1VirtualBase.html [moved from doxygen/test/cpp_derived/classVirtualBase.html with 73% similarity]
doxygen/test/cpp_derived/input.h
doxygen/test/test_cpp.py