chiark / gitweb /
doxygen: parse function attributes also without leading space.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 22 Feb 2019 23:23:43 +0000 (00:23 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 23 Feb 2019 00:10:00 +0000 (01:10 +0100)
commit38e0d6230473aa2be8b2f30ff374f52ee4ab5ada
treee17a7ac14cfbd034fcca61f11ad73672c6e6565d
parent193ab8059f56d0ae3dd470fe3dc180d460878151
doxygen: parse function attributes also without leading space.
doxygen/dox2html5.py
doxygen/test/cpp_function_attributes_nospace/Doxyfile [new file with mode: 0644]
doxygen/test/cpp_function_attributes_nospace/input.h [new file with mode: 0644]
doxygen/test/cpp_function_attributes_nospace/structFoo.html [new file with mode: 0644]
doxygen/test/test_cpp.py