From 4e5a5ab0d364ead933a9a153cadd821940545abe Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 6 Jul 2024 19:18:27 +0300 Subject: [PATCH] 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. --- xsl/doxygen/doxygen2boostbook.xsl | 44 +++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl index f93dd59..480fd37 100644 --- a/xsl/doxygen/doxygen2boostbook.xsl +++ b/xsl/doxygen/doxygen2boostbook.xsl @@ -653,6 +653,31 @@ + + + + + + + + + + + + + + + + + + + + + + + +