← Back to team overview

anewt-developers team mailing list archive

[Branch ~uws/anewt/anewt.uws] Rev 1750: [doc] Match and ignore <anchor> elements in Doxygen XML

 

------------------------------------------------------------
revno: 1750
committer: Wouter Bolsterlee <uws@xxxxxxxxx>
branch nick: anewt.uws
timestamp: Tue 2010-02-16 00:43:53 +0100
message:
  [doc] Match and ignore <anchor> elements in Doxygen XML
modified:
  doc/manual/doxygen.xsl


--
lp:anewt
https://code.launchpad.net/~uws/anewt/anewt.uws

Your team Anewt developers is subscribed to branch lp:anewt.
To unsubscribe from this branch go to https://code.launchpad.net/~uws/anewt/anewt.uws/+edit-subscription.
=== modified file 'doc/manual/doxygen.xsl'
--- doc/manual/doxygen.xsl	2009-08-02 10:45:37 +0000
+++ doc/manual/doxygen.xsl	2010-02-15 23:43:53 +0000
@@ -435,6 +435,10 @@
 		</code>
 	</xsl:template>
 
+	<xsl:template match="anchor">
+		<!-- ignore for now -->
+	</xsl:template>
+
 
 	<!-- Lists -->