From 3c13dd7031ccae1a20e4246a32e500dc2bb93b6b Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 2 Dec 2023 23:59:23 +0300 Subject: [PATCH] Fix missing noexcept markup for destructors. This fixes missing noexcept specifiers for destructors in a Doxygen-generated documentation. --- xsl/doxygen/doxygen2boostbook.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl index 7e07b0e..39dd72d 100644 --- a/xsl/doxygen/doxygen2boostbook.xsl +++ b/xsl/doxygen/doxygen2boostbook.xsl @@ -1351,6 +1351,7 @@ +