git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@666
270642c3-0616-0410-b53a-bc976706d245
//#include "pool_alloc_mixin.ih"
// Custom includes
-#include <../Utils/senfassert.hh>
+#include "../Utils/senfassert.hh"
#define prefix_ inline
///////////////////////////////cti.p///////////////////////////////////////
<!-- Remove [external] references from the modules page -->\r
<xsl:template match="div[@id='content2']/ul/li[a/@class='elRef'][a/@doxygen][code/text()='[external]'][not(ul)]">\r
</xsl:template>\r
- \r
+\r
+ <!-- Insert 'senf/' into include paths -->\r
+ <xsl:template match="code[starts-with(text(),'#include <')]/a">\r
+ <xsl:copy>\r
+ <xsl:call-template name="copy-attributes"/>\r
+ <xsl:text>senf/</xsl:text>\r
+ <xsl:apply-templates/>\r
+ </xsl:copy>\r
+ </xsl:template>\r
+\r
</xsl:stylesheet>\r