File tree Expand file tree Collapse file tree 2 files changed +72
-0
lines changed Expand file tree Collapse file tree 2 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ .. _ctags-lang-automake(7) :
2+
3+ ==============================================================
4+ ctags-lang-automake
5+ ==============================================================
6+
7+ Random notes about tagging Automake source code (Makefile.am) with Universal Ctags
8+
9+ :Version: 6.0.0
10+ :Manual group: Universal Ctags
11+ :Manual section: 7
12+
13+ SYNOPSIS
14+ --------
15+ | **ctags** ... --languages=+Automake ...
16+ | **ctags** ... --language-force=Automake ...
17+ | **ctags** ... --map-Automake=+.am ...
18+
19+ DESCRIPTION
20+ -----------
21+ This man page gathers random notes about tagging Automake source code (Makefile.am).
22+
23+ VERSIONS
24+ --------
25+
26+ Change since "0.0"
27+ ~~~~~~~~~~~~~~~~~~
28+
29+ * Add ``canonicalizedName `` extra.
30+ * Add ``pseudodir `` kind.
31+
32+ SEE ALSO
33+ --------
34+ :ref: `ctags(1) <ctags(1) >`
Original file line number Diff line number Diff line change 1+ .. _ctags-lang-c(7) :
2+
3+ ==============================================================
4+ ctags-lang-c
5+ ==============================================================
6+
7+ Random notes about tagging C source code with Universal Ctags
8+
9+ :Version: 6.0.0
10+ :Manual group: Universal Ctags
11+ :Manual section: 7
12+
13+ SYNOPSIS
14+ --------
15+ | **ctags** ... --languages=+C ...
16+ | **ctags** ... --language-force=C ...
17+ | **ctags** ... --map-C=+.c ...
18+
19+ DESCRIPTION
20+ -----------
21+ This man page gathers random notes about tagging C source code.
22+
23+ VERSIONS
24+ --------
25+
26+ Change since "0.0"
27+ ~~~~~~~~~~~~~~~~~~
28+
29+ * New role ``foreigndecl `` for ``function `` kind
30+
31+ * New role ``foreigndecl `` for ``struct `` kind
32+
33+ * New field ``section ``
34+
35+ SEE ALSO
36+ --------
37+ :ref: `ctags(1) <ctags(1) >`,
38+ `The new C/C++ parser <https://docs.ctags.io/en/latest/parser-cxx.html >`_ (https://docs.ctags.io/en/latest/parser-cxx.html)
You can’t perform that action at this time.
0 commit comments