Skip to content

Commit 3a62ddb

Browse files
authored
Merge pull request #3880 from masatake/misc-fix
various minor fixes
2 parents a4d751b + 549f933 commit 3a62ddb

File tree

4 files changed

+76
-3
lines changed

4 files changed

+76
-3
lines changed

Units/parser-ruby.r/ruby-class-method-with-prefixing-self.d/input.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ def self.field(name, storage: field_storage, **attrs)
2020
boolean_accessor(name) if attrs[:type] == 'checkbox' && storage != :attribute
2121
end
2222
end
23-

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)

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _ctags-lang-C(7):
1+
.. _ctags-lang-c(7):
22

33
==============================================================
4-
ctags-lang-C
4+
ctags-lang-c
55
==============================================================
66
---------------------------------------------------------------------
77
Random notes about tagging C source code with Universal Ctags
@@ -30,6 +30,8 @@ Change since "0.0"
3030

3131
* New role ``foreigndecl`` for ``struct`` kind
3232

33+
* New field ``section``
34+
3335
SEE ALSO
3436
--------
3537
ctags(1),

0 commit comments

Comments
 (0)