Mercurial > hg > xemacs-beta
comparison etc/etags.1 @ 3972:6cd3955b7e4d
[xemacs-hg @ 2007-05-21 03:50:13 by stephent]
Sync etags to pot version 17.32.
author | stephent |
---|---|
date | Mon, 21 May 2007 03:50:19 +0000 |
parents | a827a51c3241 |
children |
comparison
equal
deleted
inserted
replaced
3971:de8a6fef7fcc | 3972:6cd3955b7e4d |
---|---|
19 [\|\-\-parse\-stdin=\fIfile\fP\|] | 19 [\|\-\-parse\-stdin=\fIfile\fP\|] |
20 .br | 20 .br |
21 [\|\-\-append\|] [\|\-\-no\-defines\|] | 21 [\|\-\-append\|] [\|\-\-no\-defines\|] |
22 [\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|] | 22 [\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|] |
23 [\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|] | 23 [\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|] |
24 [\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|] | 24 [\|\-\-no\-members\|] [\|\-\-output=\fItagfile\fP\|] |
25 [\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|] | 25 [\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|] |
26 [\|\-\-help\|] [\|\-\-version\|] | 26 [\|\-\-help\|] [\|\-\-version\|] |
27 \fIfile\fP .\|.\|. | 27 \fIfile\fP .\|.\|. |
28 | 28 |
29 \fBctags\fP [\|\-aCdgIRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|] | 29 \fBctags\fP [\|\-aCdgIRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|] |
133 language may be used to disable language parsing altogether; only | 133 language may be used to disable language parsing altogether; only |
134 regexp matching is done in this case (see the \fB\-\-regex\fP option). | 134 regexp matching is done in this case (see the \fB\-\-regex\fP option). |
135 .TP | 135 .TP |
136 .B \-\-members | 136 .B \-\-members |
137 Create tag entries for variables that are members of structure-like | 137 Create tag entries for variables that are members of structure-like |
138 constructs in C++, Objective C, Java. | 138 constructs in C++, Objective C, Java. This is the default for etags. |
139 .TP | 139 .TP |
140 .B \-\-no\-members | 140 .B \-\-no\-members |
141 Do not tag member variables. This is the default behavior. | 141 Do not tag member variables. This is the default for ctags. |
142 .TP | 142 .TP |
143 .B \-\-packages\-only | 143 .B \-\-packages\-only |
144 Only tag packages in Ada files. | 144 Only tag packages in Ada files. |
145 .TP | 145 .TP |
146 \fB\-\-parse\-stdin=\fIfile\fP | 146 \fB\-\-parse\-stdin=\fIfile\fP |
222 .br | 222 .br |
223 \fI\-\-lang\=none \-\-regex\='/proc[\ \\t]+\\([^\ \\t]+\\)/\\1/'\fP | 223 \fI\-\-lang\=none \-\-regex\='/proc[\ \\t]+\\([^\ \\t]+\\)/\\1/'\fP |
224 | 224 |
225 .br | 225 .br |
226 A regexp can be preceded by {\fIlang\fP}, thus restricting it to match | 226 A regexp can be preceded by {\fIlang\fP}, thus restricting it to match |
227 lines of files of the specified language. Use \fBetags --help\fP to obtain | 227 lines of files of the specified language. Use \fBetags \-\-help\fP to obtain |
228 a list of the recognised languages. This feature is particularly useful inside | 228 a list of the recognised languages. This feature is particularly useful inside |
229 \fBregex files\fP. A regex file contains one regex per line. Empty lines, | 229 \fBregex files\fP. A regex file contains one regex per line. Empty lines, |
230 and those lines beginning with space or tab are ignored. Lines beginning | 230 and those lines beginning with space or tab are ignored. Lines beginning |
231 with @ are references to regex files whose name follows the @ sign. Other | 231 with @ are references to regex files whose name follows the @ sign. Other |
232 lines are considered regular expressions like those following \fB\-\-regex\fP. | 232 lines are considered regular expressions like those following \fB\-\-regex\fP. |