chiark / gitweb /
documentation/doxygen: fix a friend class being parsed as a function.
authorCris Luengo <cris.l.luengo@gmail.com>
Wed, 6 Jan 2021 17:22:12 +0000 (10:22 -0700)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 10 Jan 2022 09:14:26 +0000 (10:14 +0100)
commitc7ee89e74cf96323b7bf14d4c7535b6867d57868
tree814fa6379594fff5f37b16eabd22dddb939ca8a0
parent013b70867ebffe7d9771e1b274aed09e01db19df
documentation/doxygen: fix a friend class being parsed as a function.

Doxygen 1.9 no longer contains a "friend" prefix in the <type>, causing
some conditions to trip up and some asserts to trip up even worse after
that.

Co-authored-by: Vladimír Vondruš <mosra@centrum.cz>
documentation/doxygen.py