diff man/maintaining.texi @ 47085:a881d14145d0

etags now parses HTML.
author Francesco Potortì <pot@gnu.org>
date Wed, 28 Aug 2002 12:57:46 +0000
parents 82d113655734
children 3e1dde9764c0
line wrap: on
line diff
--- a/man/maintaining.texi	Wed Aug 28 12:26:57 2002 +0000
+++ b/man/maintaining.texi	Wed Aug 28 12:57:46 2002 +0000
@@ -337,6 +337,11 @@
 In Fortran code, functions, subroutines and block data are tags.
 
 @item
+In HTML input files, the tags are the @code{title} and the @code{h1},
+@code{h2}, @code{h3} headers.  Also, tags are @code{name=} in anchors
+and all occurrences of @code{id=}.
+
+@item
 In makefiles, targets are tags; additionally, variables are tags
 unless you specify @samp{--no-globals}.