mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Fix includes.xsl for newer doxygen
This commit is contained in:
@ -3,6 +3,7 @@ Version 228:
|
||||
* Fix UB in decorator:
|
||||
* Sync up convenience headers
|
||||
* The Fields concept is deprecated (API Change)
|
||||
* Fix includes.xsl for newer doxygen
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- INCLUDES_TEMPLATE BEGIN -->
|
||||
<xsl:text>Defined in header [include_file </xsl:text>
|
||||
<xsl:value-of select="substring-after($file,'/include/')"/>
|
||||
<xsl:value-of select="substring-after($file,'include/')"/>
|
||||
<xsl:text>]

</xsl:text>
|
||||
<!-- INCLUDES_TEMPLATE END -->
|
||||
|
Reference in New Issue
Block a user