Specify additional headers that don't have a convenience header.
This commit is contained in:
parent
97fed1de7f
commit
2ac164cae5
@ -752,12 +752,21 @@
|
||||
<xsl:when test="contains($file, 'include/asio/high_resolution_timer')">
|
||||
<xsl:text>None</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'include/asio/package')">
|
||||
<xsl:text>None</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'include/asio/spawn')">
|
||||
<xsl:text>None</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'include/asio/steady_timer')">
|
||||
<xsl:text>None</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'include/asio/system_timer')">
|
||||
<xsl:text>None</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'include/asio/use_future')">
|
||||
<xsl:text>None</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:text>[^asio.hpp]</xsl:text>
|
||||
</xsl:otherwise>
|
||||
|
Loading…
Reference in New Issue
Block a user