File: desire.html

package info (click to toggle)
universal-ctags 0%2Bgit20181215-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,444 kB
  • sloc: ansic: 84,242; vhdl: 5,924; sh: 5,830; perl: 1,743; cpp: 1,599; cs: 1,193; python: 812; sql: 572; f90: 534; php: 479; yacc: 459; fortran: 341; makefile: 325; asm: 311; objc: 284; ruby: 261; xml: 245; java: 157; tcl: 133; cobol: 122; lisp: 113; erlang: 61; ada: 55; ml: 49; awk: 43
file content (73 lines) | stat: -rw-r--r-- 1,577 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
<title>Exuberant Ctags: Why?</title>
</head>
<body>

<h1>What makes this implementation of ctags desirable?</h1>

<ol>

<p>
<li>
Supports <a href="languages.html">many programming languages</a>.
</li>
</p>

<p>
<li>It is capable of generating tags for <strong><em>all</em></strong> types
    of C/C++ language tags, including all of the following:
    <p>
    <menu>
    <li type=disk>class names
    <li type=disk>macro definitions
    <li type=disk>enumeration names
    <li type=disk>enumerators
    <li type=disk>function definitions
    <li type=disk>function prototypes/declarations
    <li type=disk>class, interface, struct, and union data members
    <li type=disk>structure names
    <li type=disk>typedefs
    <li type=disk>union names
    <li type=disk>variables (definitions and external declarations)
    </menu>
</li>
</p>

<p>
<li>It is far less easily fooled by C code containing <code>#if</code>
    preprocessor conditional constructs, using a conditional path selection
    algorithm to resolve complicated choices, and a fall-back algorithm when
    this one fails.
</li>
</p>

<p>
<li>Supports user-defined languages, using regular expressions.
</li>
</p>

<p>
<li>Supports output of Emacs-style TAGS files.
</li>
</p>

<p>
<li>Can also be used to print out a list of selected objects found in source
    files.
</li>
</p>

<p>
<li>Compiles on UNIX, MSDOS, Windows 95/98/NT, OS/2, QNX, Amiga, QDOS, VMS,
    Macintosh, and Cray.
</li>
</p>

</ol>

<hr>
<a href="http:index.html">Back to <strong>Exuberant Ctags</strong></a>

</body>
</html>