Skip to content

Commit 549f933

Browse files
committed
docs(web): add missing man page (ctags-lang-automake)
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 7f7607c commit 549f933

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

docs/man/ctags-lang-automake.7.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.. _ctags-lang-automake(7):
2+
3+
==============================================================
4+
ctags-lang-automake
5+
==============================================================
6+
7+
Random notes about tagging Automake source code (Makefile.am) with Universal Ctags
8+
9+
:Version: 6.0.0
10+
:Manual group: Universal Ctags
11+
:Manual section: 7
12+
13+
SYNOPSIS
14+
--------
15+
| **ctags** ... --languages=+Automake ...
16+
| **ctags** ... --language-force=Automake ...
17+
| **ctags** ... --map-Automake=+.am ...
18+
19+
DESCRIPTION
20+
-----------
21+
This man page gathers random notes about tagging Automake source code (Makefile.am).
22+
23+
VERSIONS
24+
--------
25+
26+
Change since "0.0"
27+
~~~~~~~~~~~~~~~~~~
28+
29+
* Add ``canonicalizedName`` extra.
30+
* Add ``pseudodir`` kind.
31+
32+
SEE ALSO
33+
--------
34+
:ref:`ctags(1) <ctags(1)>`

docs/man/ctags-lang-c.7.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.. _ctags-lang-c(7):
2+
3+
==============================================================
4+
ctags-lang-c
5+
==============================================================
6+
7+
Random notes about tagging C source code with Universal Ctags
8+
9+
:Version: 6.0.0
10+
:Manual group: Universal Ctags
11+
:Manual section: 7
12+
13+
SYNOPSIS
14+
--------
15+
| **ctags** ... --languages=+C ...
16+
| **ctags** ... --language-force=C ...
17+
| **ctags** ... --map-C=+.c ...
18+
19+
DESCRIPTION
20+
-----------
21+
This man page gathers random notes about tagging C source code.
22+
23+
VERSIONS
24+
--------
25+
26+
Change since "0.0"
27+
~~~~~~~~~~~~~~~~~~
28+
29+
* New role ``foreigndecl`` for ``function`` kind
30+
31+
* New role ``foreigndecl`` for ``struct`` kind
32+
33+
* New field ``section``
34+
35+
SEE ALSO
36+
--------
37+
:ref:`ctags(1) <ctags(1)>`,
38+
`The new C/C++ parser <https://docs.ctags.io/en/latest/parser-cxx.html>`_ (https://docs.ctags.io/en/latest/parser-cxx.html)

0 commit comments

Comments
 (0)