includes_foot.xsl 968 B

12345678910111213141516171819
  1. <!-- INCLUDES_FOOT_TEMPLATE BEGIN -->
  2. <xsl:choose>
  3. <xsl:when test="contains($file, 'boost/beast/core')">
  4. <xsl:text>&#xd;&#xd;Convenience header [include_file boost/beast/core.hpp]&#xd;</xsl:text>
  5. </xsl:when>
  6. <xsl:when test="contains($file, 'boost/beast/http')">
  7. <xsl:text>&#xd;&#xd;Convenience header [include_file boost/beast/http.hpp]&#xd;</xsl:text>
  8. </xsl:when>
  9. <xsl:when test="contains($file, 'boost/beast/ssl')">
  10. <xsl:text>&#xd;&#xd;Convenience header [include_file boost/beast/ssl.hpp]&#xd;</xsl:text>
  11. </xsl:when>
  12. <xsl:when test="contains($file, 'boost/beast/websocket')">
  13. <xsl:text>&#xd;&#xd;Convenience header [include_file boost/beast/websocket.hpp]&#xd;</xsl:text>
  14. </xsl:when>
  15. <xsl:when test="contains($file, 'boost/beast/zlib')">
  16. <xsl:text>&#xd;&#xd;Convenience header [include_file boost/beast/zlib.hpp]&#xd;</xsl:text>
  17. </xsl:when>
  18. </xsl:choose>
  19. <!-- INCLUDES_FOOT_TEMPLATE END -->