mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Fix doc convenience includes
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Version 100:
|
||||
|
||||
* Fix doc convenience includes
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 99:
|
||||
|
||||
* Log the value of LIB_DIR for doc builds (debug)
|
||||
|
@ -1,16 +1,16 @@
|
||||
<!-- INCLUDES_FOOT_TEMPLATE BEGIN -->
|
||||
<xsl:choose>
|
||||
<xsl:when test="contains($file, 'beast/core')">
|
||||
<xsl:text>

Convenience header [include_file beast/core.hpp]
</xsl:text>
|
||||
<xsl:when test="contains($file, 'boost/beast/core')">
|
||||
<xsl:text>

Convenience header [include_file boost/beast/core.hpp]
</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'beast/http')">
|
||||
<xsl:text>

Convenience header [include_file beast/http.hpp]
</xsl:text>
|
||||
<xsl:when test="contains($file, 'boost/beast/http')">
|
||||
<xsl:text>

Convenience header [include_file boost/beast/http.hpp]
</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'beast/websocket')">
|
||||
<xsl:text>

Convenience header [include_file beast/websocket.hpp]
</xsl:text>
|
||||
<xsl:when test="contains($file, 'boost/beast/websocket')">
|
||||
<xsl:text>

Convenience header [include_file boost/beast/websocket.hpp]
</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'beast/zlib')">
|
||||
<xsl:text>

Convenience header [include_file beast/zlib.hpp]
</xsl:text>
|
||||
<xsl:when test="contains($file, 'boost/beast/zlib')">
|
||||
<xsl:text>

Convenience header [include_file boost/beast/zlib.hpp]
</xsl:text>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
<!-- INCLUDES_FOOT_TEMPLATE END -->
|
||||
|
Reference in New Issue
Block a user