-
Notifications
You must be signed in to change notification settings - Fork 629
/
ctags-lang-kconfig.7.rst.in
35 lines (28 loc) · 1.17 KB
/
ctags-lang-kconfig.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
.. _ctags-lang-kconfig(7):
==============================================================
ctags-lang-kconfig
==============================================================
---------------------------------------------------------------------
Random notes about tagging Kconfig source code with Universal Ctags
---------------------------------------------------------------------
:Version: @VERSION@
:Manual group: Universal Ctags
:Manual section: 7
SYNOPSIS
--------
| **@CTAGS_NAME_EXECUTABLE@** ... --languages=+Kconfig ...
| **@CTAGS_NAME_EXECUTABLE@** ... --language-force=Kconfig ...
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Kconfig=+(Kconfig*) ...
DESCRIPTION
-----------
This man page gathers random notes about tagging Kconfig scripts.
VERSIONS
--------
Change since "0.0"
~~~~~~~~~~~~~~~~~~
* New kind ``variable``
SEE ALSO
--------
ctags(1),
`Kconfig Language <https://www.kernel.org/doc/html/latest/kbuild/kconfig-language.html>`_ (https://www.kernel.org/doc/html/latest/kbuild/kconfig-language.html),
`Kconfig macro language <https://www.kernel.org/doc/html/latest/kbuild/kconfig-macro-language.html>`_ (https://www.kernel.org/doc/html/latest/kbuild/kconfig-macro-language.html),