Skip to content

Commit

Permalink
doc: fix list level of 'extra_deps' (#10870)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolás Ojeda Bär <n.oje.bar@gmail.com>
  • Loading branch information
nojb authored Sep 2, 2024
1 parent c82db6a commit 3486174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/reference/foreign-stubs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Here is a complete list of supported subfields:
The contents of included directories are tracked recursively, e.g., if you
use ``(include_dir dir)`` and have headers ``dir/base.h`` and
``dir/lib/lib.h``, they both will be tracked as dependencies.
- ``extra_deps`` specifies any other dependencies that should be tracked.
This is useful when dealing with ``#include`` statements that escape into
a parent directory like ``#include "../a.h"``.
- ``extra_deps`` specifies any other dependencies that should be tracked. This
is useful when dealing with ``#include`` statements that escape into a
parent directory like ``#include "../a.h"``.


Mode-Dependent Stubs
Expand Down

0 comments on commit 3486174

Please sign in to comment.