Add 'senf/' to #include path documentation
g0dil [Tue, 5 Feb 2008 19:30:35 +0000 (19:30 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@666 270642c3-0616-0410-b53a-bc976706d245

Utils/pool_alloc_mixin.cti
doclib/html-munge.xsl

index 6d66abc..9b739e9 100644 (file)
@@ -26,7 +26,7 @@
 //#include "pool_alloc_mixin.ih"
 
 // Custom includes
-#include <../Utils/senfassert.hh>
+#include "../Utils/senfassert.hh"
 
 #define prefix_ inline
 ///////////////////////////////cti.p///////////////////////////////////////
index 8efc0f8..4579003 100644 (file)
   <!-- 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 &lt;')]/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