Fix the issue of paragraph separation in the documentation

Fixes #2792
This commit is contained in:
Mohammad Nejati
2024-01-10 14:54:39 +00:00
committed by Mohammad Nejati
parent a0a80359fe
commit ea424f1da6
4 changed files with 46 additions and 37 deletions

View File

@@ -15,6 +15,8 @@
<xsl:template mode="convenience-header" match="@file[contains(., 'boost/beast/zlib')]" >zlib.hpp</xsl:template>
<xsl:template mode="convenience-header" match="@file"/>
<xsl:template mode="before" match="para">{$nl}{$nl}</xsl:template>
<xsl:variable name="emphasized-template-parameter-types" select="
'Allocator',
'AsyncStream',