mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
Fix missing noexcept markup for destructors.
This fixes missing noexcept specifiers for destructors in a Doxygen-generated documentation.
This commit is contained in:
parent
46c7732d06
commit
3c13dd7031
@ -1351,6 +1351,7 @@
|
|||||||
<!-- Handle Destructors -->
|
<!-- Handle Destructors -->
|
||||||
<xsl:template name="destructor">
|
<xsl:template name="destructor">
|
||||||
<destructor>
|
<destructor>
|
||||||
|
<xsl:call-template name="function.attributes"/>
|
||||||
<xsl:call-template name="function.children"/>
|
<xsl:call-template name="function.children"/>
|
||||||
</destructor>
|
</destructor>
|
||||||
<xsl:text> </xsl:text><!-- Newline -->
|
<xsl:text> </xsl:text><!-- Newline -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user