aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorFrancesco Potortì2007-11-22 12:30:08 +0000
committerFrancesco Potortì2007-11-22 12:30:08 +0000
commit961bdc7194eefcdffbcf7e52b78eebedc6d20b9c (patch)
tree048ab5b1d70217a4b23bf332b8fdc353c6959bb1 /doc/man
parentf1f8e728a20cf1d3dad29320e37da79b427b1e2e (diff)
downloademacs-961bdc7194eefcdffbcf7e52b78eebedc6d20b9c.tar.gz
emacs-961bdc7194eefcdffbcf7e52b78eebedc6d20b9c.zip
Ctags and Etags now share the same defaults, so remove
--defines, --globals, --members, --typedefs, --typedefs-and-c++.
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/etags.136
1 files changed, 6 insertions, 30 deletions
diff --git a/doc/man/etags.1 b/doc/man/etags.1
index 30b114eaa22..897cd0b881a 100644
--- a/doc/man/etags.1
+++ b/doc/man/etags.1
@@ -32,11 +32,10 @@ etags, ctags \- generate tag file for Emacs, vi
32[\|\-\-parse\-stdin=\fIfile\fP\|] 32[\|\-\-parse\-stdin=\fIfile\fP\|]
33.br 33.br
34[\|\-\-append\|] [\|\-\-backward\-search\|] 34[\|\-\-append\|] [\|\-\-backward\-search\|]
35[\|\-\-cxref\|] [\|\-\-defines\|] [\|\-\-forward\-search\|] 35[\|\-\-cxref\|] [\|\-\-no\-defines\|] [\|\-\-forward\-search\|]
36[\|\-\-globals\|] [\|\-\-ignore\-indentation\|] 36[\|\-\-no\-globals\|] [\|\-\-ignore\-indentation\|]
37[\|\-\-language=\fIlanguage\fP\|] [\|\-\-members\|] 37[\|\-\-language=\fIlanguage\fP\|] [\|\-\-no\-members\|]
38[\|\-\-output=\fItagfile\fP\|] [\|\-\-regex=\fIregexp\fP\|] 38[\|\-\-output=\fItagfile\fP\|] [\|\-\-regex=\fIregexp\fP\|]
39[\|\-\-typedefs\|] [\|\-\-typedefs\-and\-c++\|]
40[\|\-\-update\|] 39[\|\-\-update\|]
41[\|\-\-help\|] [\|\-\-version\|] 40[\|\-\-help\|] [\|\-\-version\|]
42\fIfile\fP .\|.\|. 41\fIfile\fP .\|.\|.
@@ -91,28 +90,14 @@ Only \fBctags\fP accepts this option.
91In C and derived languages, create tags for function declarations, 90In C and derived languages, create tags for function declarations,
92and create tags for extern variables unless \-\-no\-globals is used. 91and create tags for extern variables unless \-\-no\-globals is used.
93.TP 92.TP
94.B \-d, \-\-defines
95Create tag entries for C preprocessor constant definitions
96and enum constants, too. Since this is the default behavior of
97\fBetags\fP, only \fBctags\fP accepts this option.
98.TP
99.B \-D, \-\-no\-defines 93.B \-D, \-\-no\-defines
100Do not create tag entries for C preprocessor constant definitions 94Do not create tag entries for C preprocessor constant definitions
101and enum constants. 95and enum constants.
102This may make the tags file much smaller if many header files are tagged. 96This may make the tags file much smaller if many header files are tagged.
103Since this is the default behavior of \fBctags\fP, only \fBetags\fP
104accepts this option.
105.TP
106.B \-\-globals
107Create tag entries for global variables in C, C++, Objective C, Java,
108and Perl.
109Since this is the default behavior of \fBetags\fP, only \fBctags\fP
110accepts this option.
111.TP 97.TP
112.B \-\-no\-globals 98.B \-\-no\-globals
113Do not tag global variables. Typically this reduces the file size by 99Do not tag global variables. Typically this reduces the file size by
114one fourth. Since this is the default behavior of \fBctags\fP, only 100one fourth.
115\fBetags\fP accepts this option.
116.TP 101.TP
117\fB\-i\fP \fIfile\fP, \fB\-\-include=\fIfile\fP 102\fB\-i\fP \fIfile\fP, \fB\-\-include=\fIfile\fP
118Include a note in the tag file indicating that, when searching for a 103Include a note in the tag file indicating that, when searching for a
@@ -135,10 +120,10 @@ regexp matching is done in this case (see the \fB\-\-regex\fP option).
135.TP 120.TP
136.B \-\-members 121.B \-\-members
137Create tag entries for variables that are members of structure-like 122Create tag entries for variables that are members of structure-like
138constructs in C++, Objective C, Java. This is the default for etags. 123constructs in C++, Objective C, Java. This is the default.
139.TP 124.TP
140.B \-\-no\-members 125.B \-\-no\-members
141Do not tag member variables. This is the default for ctags. 126Do not tag member variables.
142.TP 127.TP
143.B \-\-packages\-only 128.B \-\-packages\-only
144Only tag packages in Ada files. 129Only tag packages in Ada files.
@@ -242,15 +227,6 @@ reads the regexes contained in the file regex.file.
242Don't do any more regexp matching on the following files. May be 227Don't do any more regexp matching on the following files. May be
243freely intermixed with filenames and the \fB\-\-regex\fP option. 228freely intermixed with filenames and the \fB\-\-regex\fP option.
244.TP 229.TP
245.B \-t, \-\-typedefs
246Record typedefs in C code as tags. Since this is the default behavior
247of \fBetags\fP, only \fBctags\fP accepts this option.
248.TP
249.B \-T, \-\-typedefs\-and\-c++
250Generate tag entries for typedefs, struct, enum, and union tags, and
251C++ member functions. Since this is the default behavior
252of \fBetags\fP, only \fBctags\fP accepts this option.
253.TP
254.B \-u, \-\-update 230.B \-u, \-\-update
255Update tag entries for \fIfiles\fP specified on command line, leaving 231Update tag entries for \fIfiles\fP specified on command line, leaving
256tag entries for other files in place. Currently, this is implemented 232tag entries for other files in place. Currently, this is implemented