chiark / gitweb /
doxygen: support friend functions.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 14 Aug 2018 21:20:28 +0000 (23:20 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 14:48:37 +0000 (16:48 +0200)
commit6616fe86b362022a690ea6c5d0ff0f00037ba111
tree15bc833bb432b805d789512ac0bd220cf1e283f6
parent092cb611c341c6e3f1076d0a7c6c0df43cf30f89
doxygen: support friend functions.

Not friend classes/structs/unions, in that case Doxygen provides way too
little info to be at all useful.
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/templates/base-class-reference.html
doxygen/test/cpp_friends/Doxyfile [new file with mode: 0644]
doxygen/test/cpp_friends/File.h [new file with mode: 0644]
doxygen/test/cpp_friends/classClass.html [new file with mode: 0644]
doxygen/test/cpp_friends/classTemplate.html [new file with mode: 0644]
doxygen/test/test_cpp.py