Skip to content

Commit

Permalink
docs(web): add missing man page (ctags-lang-automake)
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Dec 16, 2023
1 parent 7f7607c commit 549f933
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/man/ctags-lang-automake.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. _ctags-lang-automake(7):

==============================================================
ctags-lang-automake
==============================================================

Random notes about tagging Automake source code (Makefile.am) with Universal Ctags

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

SYNOPSIS
--------
| **ctags** ... --languages=+Automake ...
| **ctags** ... --language-force=Automake ...
| **ctags** ... --map-Automake=+.am ...
DESCRIPTION
-----------
This man page gathers random notes about tagging Automake source code (Makefile.am).

VERSIONS
--------

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

* Add ``canonicalizedName`` extra.
* Add ``pseudodir`` kind.

SEE ALSO
--------
:ref:`ctags(1) <ctags(1)>`
38 changes: 38 additions & 0 deletions docs/man/ctags-lang-c.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.. _ctags-lang-c(7):

==============================================================
ctags-lang-c
==============================================================

Random notes about tagging C source code with Universal Ctags

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

SYNOPSIS
--------
| **ctags** ... --languages=+C ...
| **ctags** ... --language-force=C ...
| **ctags** ... --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``

SEE ALSO
--------
:ref:`ctags(1) <ctags(1)>`,
`The new C/C++ parser <https://docs.ctags.io/en/latest/parser-cxx.html>`_ (https://docs.ctags.io/en/latest/parser-cxx.html)

0 comments on commit 549f933

Please sign in to comment.