Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(web): add ctags-lang-kconfig.7.rst #3673

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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),