Skip to content

Commit

Permalink
make -C man QUICK=1 update-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hirooih committed Oct 22, 2020
1 parent 97cbd5b commit 8cecf95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/man/ctags-lang-verilog.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ parameter ``P*``, not on ``L*``. Note that ``L4`` and ``L6`` is declared by
because they cannot be overridden.

"input.sv"

.. code-block:: systemverilog
// compilation unit scope
parameter L1 = "synonym for the localparam";
Expand Down Expand Up @@ -79,7 +81,9 @@ because they cannot be overridden.
"output.tags"
with "--options=NONE --sort=no -o - --fields-SystemVerilog=+{parameter} input.sv"

.. code-block:: tags
L1 foo.sv /^parameter L1 = "synonym for the localparam";$/;" c parameter:
with_parameter_port_list foo.sv /^module with_parameter_port_list #($/;" m
P1 foo.sv /^ P1, $/;" c module:with_parameter_port_list parameter:
Expand Down

0 comments on commit 8cecf95

Please sign in to comment.