diff lib-src/etags.1 @ 35665:2ce207b252dc

Many changes to the parsing capabilities of etags. The -C or -c++ options are now mostly obsolete. Can delve at arbitrary deeps into structures of C-like languages.
author Francesco Potortì <pot@gnu.org>
date Sun, 28 Jan 2001 16:14:04 +0000
parents e34fbc66493b
children bffcf33fd50d
line wrap: on
line diff
--- a/lib-src/etags.1	Sun Jan 28 15:47:04 2001 +0000
+++ b/lib-src/etags.1	Sun Jan 28 16:14:04 2001 +0000
@@ -16,7 +16,7 @@
 .if n .br
 .B [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
 .br
-.B [\|\-\-append\|] [\|\-\-c++\|] [\|\-\-no\-defines\|]
+.B [\|\-\-append\|] [\|\-\-no\-defines\|]
 .B [\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|]
 .B [\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|]
 .B [\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|]
@@ -29,7 +29,7 @@
 .if n .br
 .B [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
 .br
-.B [\|\-\-append\|] [\|\-\-backward\-search\|] [\|\-\-c++\|]
+.B [\|\-\-append\|] [\|\-\-backward\-search\|]
 .B [\|\-\-cxref\|] [\|\-\-defines\|] [\|\-\-forward\-search\|]
 .B [\|\-\-globals\|] [\|\-\-ignore\-indentation\|]
 .B [\|\-\-language=\fIlanguage\fP\|] [\|\-\-members\|]
@@ -81,11 +81,6 @@
 through files.
 Only \fBctags\fP accepts this option.
 .TP
-.B \-C, \-\-c++
-Treat files with `\|.c\|' and `\|.h\|' extensions as C++ code, not C
-code.  Files with `\|.C\|', `\|.H\|', `\|.cxx\|', `\|.hxx\|', or
-`\|.cc\|' extensions are always assumed to be C++ code.
-.TP
 .B \-\-declarations
 In C and derived languages, create tags for function declarations,
 and create tags for extern variables unless \-\-no\-globals is used.