chiark / gitweb /
doxygen: support Qt signals and slots.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 16:47:34 +0000 (18:47 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 16:47:34 +0000 (18:47 +0200)
commitbc636f90fcc3dab4292a2e1fb2bcc7ebd9ec4d2e
treefdb3373cfd045ae4f1da263e03ae7a56b855615c
parent497e6a820f74a3ba45f21691b3b731015f4c0010
doxygen: support Qt signals and slots.
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/templates/base-class-reference.html
doxygen/templates/details-func.html
doxygen/templates/entry-func.html
doxygen/test/cpp_signals_slots/Doxyfile [new file with mode: 0644]
doxygen/test/cpp_signals_slots/File.h [new file with mode: 0644]
doxygen/test/cpp_signals_slots/classClass.html [new file with mode: 0644]
doxygen/test/test_cpp.py