changeset 45657:77cb605109fc

Document --parse-stdin=FILE for Etags.
author Francesco Potortì <pot@gnu.org>
date Thu, 06 Jun 2002 12:57:03 +0000
parents 80d3acbb57d8
children b359c7c3e1cb
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Jun 06 12:50:27 2002 +0000
+++ b/etc/NEWS	Thu Jun 06 12:57:03 2002 +0000
@@ -583,6 +583,12 @@
 created from Cweb source files.  When Etags tags the generated file, it
 writes tags pointing to the source file.
 
+*** New option --parse-stdin=FILE
+This is mostly useful for automatic call of etags from programs.  The
+option may be given (only once) in place of a file name.  Etags will
+read from standard input and produce tags marking them as belonging to
+the file FILE.
+
 +++
 ** The command line option --no-windows has been changed to
 --no-window-system.  The old one still works, but is deprecated.