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

various minor fixes #3880

Merged
merged 3 commits into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ def self.field(name, storage: field_storage, **attrs)
boolean_accessor(name) if attrs[:type] == 'checkbox' && storage != :attribute
end
end

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)
6 changes: 4 additions & 2 deletions man/ctags-lang-c.7.rst.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _ctags-lang-C(7):
.. _ctags-lang-c(7):

==============================================================
ctags-lang-C
ctags-lang-c
==============================================================
---------------------------------------------------------------------
Random notes about tagging C source code with Universal Ctags
Expand Down Expand Up @@ -30,6 +30,8 @@ Change since "0.0"

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

* New field ``section``

SEE ALSO
--------
ctags(1),
Expand Down