You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/11/21 13:14:03 UTC

svn commit: r1640904 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/tomcat-docs.xsl

Author: kkolinko
Date: Fri Nov 21 12:14:03 2014
New Revision: 1640904

URL: http://svn.apache.org/r1640904
Log:
Remove support for <indent>/<outdent> markup that is no used in the current documentation.

Forward-port of r1637876.
Discussed in "Re: r1637684" thread on dev@ list.

Merged r1640903 from tomcat/trunk.

Modified:
    tomcat/tc8.0.x/trunk/   (props changed)
    tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl

Propchange: tomcat/tc8.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1640903

Modified: tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl?rev=1640904&r1=1640903&r2=1640904&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl Fri Nov 21 12:14:03 2014
@@ -364,19 +364,6 @@
   </div>
   </xsl:template>
 
-
-  <!-- Process a wrapped source code example - indent -->
-  <xsl:template match="source//indent">
-    <div><xsl:apply-templates /></div>
-  </xsl:template>
-
-
-  <!-- Process a wrapped source code example - outdent -->
-  <xsl:template match="source//outdent">
-    <p><xsl:apply-templates /></p>
-  </xsl:template>
-
-
   <!-- Process an attributes list with nested attribute elements -->
   <xsl:template match="attributes">
     <table class="defaultTable">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org