Andrey Semashev 4e5a5ab0d3 Remove redundant spaces from return types and default values/types.
Doxygen generates extra spaces in some function return types (e.g. involving
a const reference) and template parameter defaults (in partucular, when
the default is formatted across multiple lines in the C++ source).
Normalize spaces in those cases.
2024-07-06 19:18:27 +03:00
..