Skip to content

Commit

Permalink
Update list2need documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFICE\cs authored and chrisjsewell committed Oct 4, 2024
1 parent 01010b6 commit d45e77d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/directives/list2need.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,26 @@ The amount of given link-types must be the amount of used levels minus 1.
* (NEED-D)Recalculate hash and compare


tags
~~~~

``tags`` sets tags globally to all items in the list.

.. code-block:: rst
.. list2need::
:types: req, spec
:tags: A, B
* (NEED-A)Login user
* (NEED-B)Provide login screen
* (NEED-C)Create password hash
* (NEED-D)Recalculate hash and compare
The tags ``A`` and ``B`` are attached to all ``NEED-A``, ``NEED-B``, ``NEED-C`` and ``NEED-D``.


List examples
-------------

Expand Down

0 comments on commit d45e77d

Please sign in to comment.