Skip to content

Commit 55684d4

Browse files
committed
Update doc generation config.
1 parent cd774ca commit 55684d4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/doc/reference.dox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ PREDEFINED = GENERATING_DOCUMENTATION \
324324
ASIO_COMPLETION_TOKEN_FOR(s)=typename \
325325
"ASIO_COMPLETION_SIGNATURES_TPARAMS=typename... Signatures" \
326326
ASIO_COMPLETION_SIGNATURES_TARGS=Signatures... \
327+
ASIO_DEPRECATED_MSG(m)= \
327328
ASIO_DISPOSITION=typename \
328329
"ASIO_INITFN_RESULT_TYPE(t,a)=void_or_deduced" \
329330
"ASIO_INITFN_AUTO_RESULT_TYPE(t,a)=void_or_deduced" \

src/doc/reference.xsl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,6 +1788,9 @@
17881788
<xsl:when test="$declname = 'I'">
17891789
<xsl:value-of select="$declname"/>
17901790
</xsl:when>
1791+
<xsl:when test="$declname = 'InlineExceptionHandling'">
1792+
<xsl:value-of select="$declname"/>
1793+
</xsl:when>
17911794
<xsl:when test="$declname = 'IoObjectService1'">
17921795
<xsl:value-of select="concat('``[link asio.reference.IoObjectService ', $declname, ']``')"/>
17931796
</xsl:when>

0 commit comments

Comments
 (0)