summaryrefslogtreecommitdiffstats
path: root/docs/manual/style/xsl/common.xsl
diff options
context:
space:
mode:
authorJacob Champion <jchampion@apache.org>2017-05-05 00:53:58 +0200
committerJacob Champion <jchampion@apache.org>2017-05-05 00:53:58 +0200
commit3ec7888445e8a5d99e86e3950f881361ea68a88e (patch)
tree03f08b981efefb8f47b66ec12a6900b3ab617fbe /docs/manual/style/xsl/common.xsl
parentFeature branch for a new override index manual page. (diff)
downloadapache2-3ec7888445e8a5d99e86e3950f881361ea68a88e.tar.xz
apache2-3ec7888445e8a5d99e86e3950f881361ea68a88e.zip
Add an Override Class Index
This page pulls in directives that declare an <override> element and groups them by class. The documentation for each class comes from overrides.xml. Any undocumented classes are flagged with a boilerplate fallback text (this situation is only likely to occur with a misspelling or otherwise invalid <override> somewhere else in the documentation). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-override-index@1793922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/xsl/common.xsl')
-rw-r--r--docs/manual/style/xsl/common.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl
index 64fa99b40e..505d113a59 100644
--- a/docs/manual/style/xsl/common.xsl
+++ b/docs/manual/style/xsl/common.xsl
@@ -64,6 +64,7 @@
<xsl:include href="indexpage.xsl" />
<xsl:include href="quickreference.xsl" />
<xsl:include href="faq.xsl" />
+<xsl:include href="overrideindex.xsl" />
<!-- load utility snippets -->
<xsl:include href="util/modtrans.xsl" />