chiark / gitweb /
documentation/doxygen: noexcept and constexpr no longer leaks into types.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 13 Sep 2024 21:25:09 +0000 (23:25 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 14 Sep 2024 00:46:33 +0000 (02:46 +0200)
commitfc372e638325584108e8b3b4648b47ed22929cfb
tree62d3a6f69d8636fdda4867278d2820a30898cb0c
parentf82127309d73ae6c125b16394457a49f664d854a
documentation/doxygen: noexcept and constexpr no longer leaks into types.

Since Doxygen 1.11. Which means I now have to use the attributes. No
change to the test files is needed, without this change 1.11+ would
produce output that doesn't have noexcept and constexpr.
documentation/doxygen.py