Skip to content

Commit

Permalink
doc: Verilog, add new kind "define"
Browse files Browse the repository at this point in the history
  • Loading branch information
heyun authored and masatake committed Mar 4, 2023
1 parent 79d45f8 commit 4db5344
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/man/ctags-lang-verilog.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Supported Kinds
T typedef yes no 0 NONE type declarations
V covergroup yes no 0 NONE covergroups
b block yes no 0 NONE blocks (begin, fork)
c constant yes no 0 NONE constants (define, parameter, specparam, enum values)
c constant yes no 0 NONE constants (parameter, specparam, enum values)
d define yes no 0 NONE text macros
e event yes no 0 NONE events
f function yes no 0 NONE functions
i instance yes no 0 NONE instances of module or interface
Expand All @@ -74,7 +75,8 @@ Note that ``prototype`` (``Q``) is disabled by default.
$ ctags --list-kinds-full=Verilog
#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
b block yes no 0 NONE blocks (begin, fork)
c constant yes no 0 NONE constants (define, parameter, specparam)
c constant yes no 0 NONE constants (parameter, specparam)
d define yes no 0 NONE text macros
e event yes no 0 NONE events
f function yes no 0 NONE functions
i instance yes no 0 NONE instances of module
Expand Down Expand Up @@ -195,6 +197,14 @@ KNOWN ISSUES

See https://github.com/universal-ctags/ctags/issues/2674 for more information.

VERSIONS
--------

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

* New kind ``define``

SEE ALSO
--------

Expand Down
8 changes: 8 additions & 0 deletions man/ctags-lang-verilog.7.rst.in
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ KNOWN ISSUES

See https://github.com/universal-ctags/ctags/issues/2674 for more information.

VERSIONS
--------

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

* New kind ``define``

SEE ALSO
--------

Expand Down

0 comments on commit 4db5344

Please sign in to comment.