Skip to content

Commit

Permalink
Merge pull request #3673 from masatake/missing-kconfig-doc
Browse files Browse the repository at this point in the history
docs(web): add ctags-lang-kconfig.7.rst
  • Loading branch information
masatake authored Mar 22, 2023
2 parents 1b8c941 + 2735880 commit 7015f03
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/man/ctags-lang-kconfig.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.. _ctags-lang-kconfig(7):

==============================================================
ctags-lang-kconfig
==============================================================

Random notes about tagging Kconfig source code with Universal Ctags

:Version: 6.0.0
:Manual group: Universal Ctags
:Manual section: 7

SYNOPSIS
--------
| **ctags** ... --languages=+Kconfig ...
| **ctags** ... --language-force=Kconfig ...
| **ctags** ... --map-Kconfig=+(Kconfig*) ...
DESCRIPTION
-----------
This man page gathers random notes about tagging Kconfig scripts.

VERSIONS
--------

Change since "0.0"
~~~~~~~~~~~~~~~~~~

* New kind ``variable``

SEE ALSO
--------
:ref:`ctags(1) <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),

0 comments on commit 7015f03

Please sign in to comment.