diff options
author | Takashi Sato <takashi@apache.org> | 2008-05-06 10:03:34 +0200 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2008-05-06 10:03:34 +0200 |
commit | e6bdeb445071560447f453dad25355e413f689d2 (patch) | |
tree | 956acf16973224e69a38b5cf762c5801d440b5d6 /docs/manual | |
parent | "proceeding" typo (diff) | |
download | apache2-e6bdeb445071560447f453dad25355e413f689d2.tar.xz apache2-e6bdeb445071560447f453dad25355e413f689d2.zip |
add "DO NOT EDIT" warning to typemaps
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/style/xsl/typemap.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/style/xsl/typemap.xsl b/docs/manual/style/xsl/typemap.xsl index 4429e7ab2c..7eb7ec2cbb 100644 --- a/docs/manual/style/xsl/typemap.xsl +++ b/docs/manual/style/xsl/typemap.xsl @@ -44,6 +44,8 @@ <!-- build typemap --> <!-- ==================================================================== --> <xsl:template match="/metafile"> +<xsl:text># GENERATED FROM XML -- DO NOT EDIT</xsl:text>&lf; +&lf; <xsl:apply-templates select="variants/variant" /> </xsl:template> <!-- /metafile --> |