Squashed 'doc/docca/' changes from 413b9123..1bfc5ede

1bfc5ede Use void-or-deduced qbk macro
324a50da Add config-template

git-subtree-dir: doc/docca
git-subtree-split: 1bfc5ede5ef76fa3265191ed241e43e9ed50063d
This commit is contained in:
Vinnie Falco
2018-02-19 18:36:44 -08:00
parent 6a9a9064c4
commit ad4d852e7b

View File

@@ -10,6 +10,8 @@
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
--> -->
<!-- CONFIG_TEMPLATE -->
<xsl:output method="text"/> <xsl:output method="text"/>
<xsl:strip-space elements="*"/> <xsl:strip-space elements="*"/>
<xsl:preserve-space elements="para"/> <xsl:preserve-space elements="para"/>
@@ -180,7 +182,7 @@
<xsl:text>``['implementation-defined]``</xsl:text> <xsl:text>``['implementation-defined]``</xsl:text>
</xsl:when> </xsl:when>
<xsl:when test="$type='void_or_deduced'"> <xsl:when test="$type='void_or_deduced'">
<xsl:text>``[@http://www.boost.org/doc/libs/1_60_0/doc/html/boost_asio/reference/asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function ['void-or-deduced]]``</xsl:text> <xsl:text>``__void_or_deduced__``</xsl:text>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:value-of select="$type"/> <xsl:value-of select="$type"/>