]> granicus.if.org Git - apache/commitdiff
add "DO NOT EDIT" warning to typemaps
authorTakashi Sato <takashi@apache.org>
Tue, 6 May 2008 08:03:34 +0000 (08:03 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 6 May 2008 08:03:34 +0000 (08:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653700 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/typemap.xsl

index 4429e7ab2c25f82eacd6b9d83ad98c146e38e113..7eb7ec2cbbc53366a21b815948fa10b68c450d93 100644 (file)
@@ -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 -->