Changeset 3894 for trunk/etc/etags.1
- Timestamp:
- 10/02/05 09:47:43 (3 years ago)
- Files:
-
- trunk/etc (modified) (1 prop)
- trunk/etc/etags.1 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc
- Property svn:ignore changed from
DOC-X
to
DOC-X
icons
DOC
- Property svn:ignore changed from
trunk/etc/etags.1
r3828 r3894 94 94 .B \-d, \-\-defines 95 95 Create tag entries for C preprocessor constant definitions 96 and enum constants, too. This is the97 default behavior for \fBetags\fP.96 and enum constants, too. Since this is the default behavior of 97 \fBetags\fP, only \fBctags\fP accepts this option. 98 98 .TP 99 99 .B \-D, \-\-no\-defines … … 101 101 and enum constants. 102 102 This may make the tags file much smaller if many header files are tagged. 103 This is the default behavior for \fBctags\fP. 104 .TP 105 .B \-g, \-\-globals 103 Since this is the default behavior of \fBctags\fP, only \fBetags\fP 104 accepts this option. 105 .TP 106 .B \-\-globals 106 107 Create tag entries for global variables in C, C++, Objective C, Java, 107 108 and Perl. 108 This is the default behavior for \fBetags\fP. 109 .TP 110 .B \-G, \-\-no\-globals 109 Since this is the default behavior of \fBetags\fP, only \fBctags\fP 110 accepts this option. 111 .TP 112 .B \-\-no\-globals 111 113 Do not tag global variables. Typically this reduces the file size by 112 one fourth. This is the default behavior for \fBctags\fP. 114 one fourth. Since this is the default behavior of \fBctags\fP, only 115 \fBetags\fP accepts this option. 113 116 .TP 114 117 \fB\-i\fP \fIfile\fP, \fB\-\-include=\fIfile\fP 115 118 Include a note in the tag file indicating that, when searching for a 116 119 tag, one should also consult the tags file \fIfile\fP after checking the 117 current file. This options is only accepted by \fBetags\fP.120 current file. Only \fBetags\fP accepts this option. 118 121 .TP 119 122 .B \-I, \-\-ignore\-indentation
