You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2008/05/14 15:21:23 UTC

svn commit: r656273 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml

Author: ltheussl
Date: Wed May 14 06:21:22 2008
New Revision: 656273

URL: http://svn.apache.org/viewvc?rev=656273&view=rev
Log:
Add a test for DOXIA-240, FIXME please :)

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml?rev=656273&r1=656272&r2=656273&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml Wed May 14 06:21:22 2008
@@ -23,7 +23,11 @@
     <title>Test DOXIA-96</title>
     <author email="vsiveton@apache.org">Vincent Siveton</author>
   </properties>
+
   <body>
+    <!-- FIXME: DOXIA-240 -->
+    <!-- <macro name="toc"/> -->
+
     <section name="section name">
       <macro name="echo" message="hello!"/>
     </section>