aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/etags.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/etags.1 b/doc/man/etags.1
index fc247f758a3..83b970f906c 100644
--- a/doc/man/etags.1
+++ b/doc/man/etags.1
@@ -145,10 +145,10 @@ May be used (only once) in place of a file name on the command line.
145\fBetags\fP will read from standard input and mark the produced tags 145\fBetags\fP will read from standard input and mark the produced tags
146as belonging to the file \fBFILE\fP. 146as belonging to the file \fBFILE\fP.
147.TP 147.TP
148\fB\-\-class\-qualify\fP 148\fB \-Q, \-\-class\-qualify\fP
149Qualify tag names with their class name in C++, ObjC, and Java. 149Qualify tag names with their class name in C++, ObjC, Java, and Perl.
150This produces tag names of the form \fIclass\fP\fB::\fP\fImember\fP 150This produces tag names of the form \fIclass\fP\fB::\fP\fImember\fP
151for C++, 151for C++ and Perl,
152\fIclass\fP\fB(\fP\fIcategory\fP\fB)\fP for Objective C, and \fIclass\fP\fB.\fP\fImember\fP for Java. 152\fIclass\fP\fB(\fP\fIcategory\fP\fB)\fP for Objective C, and \fIclass\fP\fB.\fP\fImember\fP for Java.
153For Objective C, this also produces class methods qualified with 153For Objective C, this also produces class methods qualified with
154their arguments, as in \fIfoo\fP\fB:\fP\fIbar\fP\fB:\fP\fIbaz\fP\fB:\fP\fImore\fP. 154their arguments, as in \fIfoo\fP\fB:\fP\fIbar\fP\fB:\fP\fIbaz\fP\fB:\fP\fImore\fP.