~ubuntu-branches/ubuntu/lucid/codelite/lucid

« back to all changes in this revision

Viewing changes to debian/ctags-le.1

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-02-10 02:27:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090210022755-m5692nfc1t5uf1w9
Tags: 1.0.2759+dfsg-0ubuntu1
* New upstream release (LP: #327216).
* debian/patches/series, debian/patches/00_fix-ia64-build.patch:
  + Dropped, applied upstream already.
* debian/patches/02_fix-desktop.patch,
  debian/patches/03_fix-sh.patch:
  + Refreshed to patch cleanly.
* debian/rules:
  + Make get-orig-source honour UPSTREAM_VERSION if set.
* debian/ctags-le.1,
  debian/codelite_indexer.1,
  debian/codelite.manpages:
  + Dropped ctags-le manpage, since ctags-le was replaced by
    codelite_indexer.
  + Added codelite_indexer manpage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2
 
.TH ctags-le "1" "December 2008" "Exuberant Ctags 5.6" "User Commands"
3
 
.SH NAME
4
 
.B ctags-le
5
 
\- Exuberant Ctags 5.6, Copyright (C) 1996-2004 Darren Hiebert
6
 
.SH SYNOPSIS
7
 
.B ctags-le
8
 
[\fIoptions\fR] [\fIfile(s)\fR]
9
 
.SH DESCRIPTION
10
 
Exuberant Ctags 5.6, Copyright (C) 1996\-2004 Darren Hiebert
11
 
.TP
12
 
\fB\-a\fR
13
 
Append the tags to an existing tag file.
14
 
.TP
15
 
\fB\-B\fR
16
 
Use backward searching patterns (?...?).
17
 
.TP
18
 
\fB\-e\fR
19
 
Output tag file for use with Emacs.
20
 
.HP
21
 
\fB\-f\fR <name>
22
 
.IP
23
 
Write tags to specified file. Value of "\-" writes tags to stdout
24
 
["tags"; or "TAGS" when \fB\-e\fR supplied].
25
 
.TP
26
 
\fB\-F\fR
27
 
Use forward searching patterns (/.../) (default).
28
 
.HP
29
 
\fB\-h\fR <list>
30
 
.IP
31
 
Specify list of file extensions to be treated as include files.
32
 
[".h.H.hh.hpp.hxx.h++"].
33
 
.HP
34
 
\fB\-I\fR <list|@file>
35
 
.IP
36
 
A list of tokens to be specially handled is read from either the
37
 
command line or the specified file.
38
 
.HP
39
 
\fB\-L\fR <file>
40
 
.IP
41
 
A list of source file names are read from the specified file.
42
 
If specified as "\-", then standard input is read.
43
 
.TP
44
 
\fB\-n\fR
45
 
Equivalent to \fB\-\-excmd\fR=\fInumber\fR.
46
 
.TP
47
 
\fB\-N\fR
48
 
Equivalent to \fB\-\-excmd\fR=\fIpattern\fR.
49
 
.TP
50
 
\fB\-o\fR
51
 
Alternative for \fB\-f\fR.
52
 
.TP
53
 
\fB\-R\fR
54
 
Equivalent to \fB\-\-recurse\fR.
55
 
.TP
56
 
\fB\-u\fR
57
 
Equivalent to \fB\-\-sort\fR=\fIno\fR.
58
 
.TP
59
 
\fB\-V\fR
60
 
Equivalent to \fB\-\-verbose\fR.
61
 
.TP
62
 
\fB\-x\fR
63
 
Print a tabular cross reference file to standard output.
64
 
.HP
65
 
\fB\-\-append\fR=\fI[yes\fR|no]
66
 
.IP
67
 
Should tags should be appended to existing tag file [no]?
68
 
.HP
69
 
\fB\-\-etags\-include\fR=\fIfile\fR
70
 
.IP
71
 
Include reference to 'file' in Emacs\-style tag file (requires \fB\-e\fR).
72
 
.HP
73
 
\fB\-\-exclude\fR=\fIpattern\fR
74
 
.IP
75
 
Exclude files and directories matching 'pattern'.
76
 
.HP
77
 
\fB\-\-excmd\fR=\fInumber\fR|pattern|mix
78
 
.IP
79
 
Uses the specified type of EX command to locate tags [mix].
80
 
.HP
81
 
\fB\-\-extra\fR=\fI[\fR+|\-]flags
82
 
.IP
83
 
Include extra tag entries for selected information (flags: "fq").
84
 
.HP
85
 
\fB\-\-fields\fR=\fI[\fR+|\-]flags
86
 
.IP
87
 
Include selected extension fields (flags: "afmikKlnsStz") [fks].
88
 
.HP
89
 
\fB\-\-file\-scope\fR=\fI[yes\fR|no]
90
 
.IP
91
 
Should tags scoped only for a single file (e.g. "static" tags
92
 
be included in the output [yes]?
93
 
.HP
94
 
\fB\-\-filter\fR=\fI[yes\fR|no]
95
 
.IP
96
 
Behave as a filter, reading file names from standard input and
97
 
writing tags to standard output [no].
98
 
.HP
99
 
\fB\-\-filter\-terminator\fR=\fIstring\fR
100
 
.IP
101
 
Specify string to print to stdout following the tags for each file
102
 
parsed when \fB\-\-filter\fR is enabled.
103
 
.HP
104
 
\fB\-\-format\fR=\fIlevel\fR
105
 
.IP
106
 
Force output of specified tag file format [2].
107
 
.HP
108
 
\fB\-\-help\fR
109
 
.IP
110
 
Print this option summary.
111
 
.HP
112
 
\fB\-\-if0\fR=\fI[yes\fR|no]
113
 
.IP
114
 
Should C code within #if 0 conditional branches be parsed [no]?
115
 
.HP
116
 
\fB\-\-\fR<LANG>\-kinds=[+|\-]kinds
117
 
.IP
118
 
Enable/disable tag kinds for language <LANG>.
119
 
.HP
120
 
\fB\-\-langdef\fR=\fIname\fR
121
 
.IP
122
 
Define a new language to be parsed with regular expressions.
123
 
.HP
124
 
\fB\-\-langmap\fR=\fImap\fR(s)
125
 
.IP
126
 
Override default mapping of language to source file extension.
127
 
.HP
128
 
\fB\-\-language\-force\fR=\fIlanguage\fR
129
 
.IP
130
 
Force all files to be interpreted using specified language.
131
 
.HP
132
 
\fB\-\-languages\fR=\fI[\fR+|\-]list
133
 
.IP
134
 
Restrict files scanned for tags to those mapped to langauges
135
 
specified in the comma\-separated 'list'. The list can contain any
136
 
built\-in or user\-defined language [all].
137
 
.HP
138
 
\fB\-\-license\fR
139
 
.IP
140
 
Print details of software license.
141
 
.HP
142
 
\fB\-\-line\-directives\fR=\fI[yes\fR|no]
143
 
.IP
144
 
Should #line directives be processed [no]?
145
 
.HP
146
 
\fB\-\-links\fR=\fI[yes\fR|no]
147
 
.IP
148
 
Indicate whether symbolic links should be followed [yes].
149
 
.HP
150
 
\fB\-\-list\-kinds\fR=\fI[language\fR|all]
151
 
.IP
152
 
Output a list of all tag kinds for specified language or all.
153
 
.HP
154
 
\fB\-\-list\-languages\fR
155
 
.IP
156
 
Output list of supported languages.
157
 
.HP
158
 
\fB\-\-list\-maps\fR=\fI[language\fR|all]
159
 
.IP
160
 
Output list of language mappings.
161
 
.HP
162
 
\fB\-\-options\fR=\fIfile\fR
163
 
.IP
164
 
Specify file from which command line options should be read.
165
 
.HP
166
 
\fB\-\-recurse\fR=\fI[yes\fR|no]
167
 
.IP
168
 
Recurse into directories supplied on command line [no].
169
 
.HP
170
 
\fB\-\-regex\-\fR<LANG>=/line_pattern/name_pattern/[flags]
171
 
.IP
172
 
Define regular expression for locating tags in specific language.
173
 
.HP
174
 
\fB\-\-sort\fR=\fI[yes\fR|no|foldcase]
175
 
.IP
176
 
Should tags be sorted (optionally ignoring case) [yes]?.
177
 
.HP
178
 
\fB\-\-tag\-relative\fR=\fI[yes\fR|no]
179
 
.IP
180
 
Should paths be relative to location of tag file [no; yes when \fB\-e]\fR?
181
 
.HP
182
 
\fB\-\-totals\fR=\fI[yes\fR|no]
183
 
.IP
184
 
Print statistics about source and tag files [no].
185
 
.HP
186
 
\fB\-\-verbose\fR=\fI[yes\fR|no]
187
 
.IP
188
 
Enable verbose messages describing actions on each source file.
189
 
.HP
190
 
\fB\-\-version\fR
191
 
.IP
192
 
Print version identifier to standard output.
193
 
.SH COPYRIGHT
194
 
This manual page was written by Chow Loong Jin <hyperair@gmail.com> for the
195
 
Debian system (but may be used by others). Permission is granted to copy,
196
 
distribute and/or modify this document under the terms of the GNU General Public
197
 
License, Version 2 or any later version published by the Free Software
198
 
Foundation.
199
 
 
200
 
On Debian systems, the complete text of the GNU General Public License can be
201
 
found in /usr/share/common-licenses.