From 7cbe4afc3f368adaa6b1bccbfdc57a9bc7481b43 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Thu, 4 Mar 2010 09:47:35 +0000 Subject: [PATCH] If subsection name is not unique, prefix the anchor name with the name of section that contains it. This is especially useful for the Tomcat configuration docs, where names such as "Introduction" or "Attributes" are not unique. See e.g. config/filter.html config/valve.html git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@918914 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/tomcat-docs.xsl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webapps/docs/tomcat-docs.xsl b/webapps/docs/tomcat-docs.xsl index 85fec752a..c3b05ca34 100644 --- a/webapps/docs/tomcat-docs.xsl +++ b/webapps/docs/tomcat-docs.xsl @@ -219,6 +219,11 @@ + + + @@ -243,6 +248,11 @@ + + +
  • -- 2.11.0