-
Notifications
You must be signed in to change notification settings - Fork 628
/
Copy pathctags-lang-c.7.rst.in
41 lines (31 loc) · 1.06 KB
/
ctags-lang-c.7.rst.in
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
.. _ctags-lang-c(7):
==============================================================
ctags-lang-c
==============================================================
---------------------------------------------------------------------
Random notes about tagging C source code with Universal Ctags
---------------------------------------------------------------------
:Version: @VERSION@
:Manual group: Universal Ctags
:Manual section: 7
SYNOPSIS
--------
| **@CTAGS_NAME_EXECUTABLE@** ... --languages=+C ...
| **@CTAGS_NAME_EXECUTABLE@** ... --language-force=C ...
| **@CTAGS_NAME_EXECUTABLE@** ... --map-C=+.c ...
DESCRIPTION
-----------
This man page gathers random notes about tagging C source code.
VERSIONS
--------
Change since "0.0"
~~~~~~~~~~~~~~~~~~
* New role ``foreigndecl`` for ``function`` kind
* New role ``foreigndecl`` for ``struct`` kind
* New field ``section``
* New field ``alias``
SEE ALSO
--------
ctags(1),
ctags-lang-ldscript(7),
`The new C/C++ parser <https://docs.ctags.io/en/latest/parser-cxx.html>`_ (https://docs.ctags.io/en/latest/parser-cxx.html)