Fix includes.xsl for newer doxygen

This commit is contained in:
Vinnie Falco
2019-03-04 14:24:17 -08:00
parent 31c5d1f092
commit 1d8871c2f9
2 changed files with 2 additions and 1 deletions

View File

@ -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
--------------------------------------------------------------------------------

View File

@ -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>]&#xd;&#xd;</xsl:text>
<!-- INCLUDES_TEMPLATE END -->