Help: Fix inline code RST markup in cmake-cxxmodules(7)

Found by `pre-commit`:

```
rst ``code`` is two backticks...............................................Failed
- hook id: rst-backticks
- exit code: 1

Help/manual/cmake-cxxmodules.7.rst:396:  sources reverses (i.e., `a` importing `b` becomes `b` importing `a`) between
```
This commit is contained in:
Alex Turbov
2026-03-04 18:46:27 +04:00
committed by Brad King
parent 086fff1543
commit b1f715a2ce

View File

@@ -393,8 +393,8 @@ commands to :term:`scan` for their dependencies.
There is a known issue with ``ninja`` which can result in an erroneous There is a known issue with ``ninja`` which can result in an erroneous
detection of a dependency cycle when the dependency order between two detection of a dependency cycle when the dependency order between two
sources reverses (i.e., `a` importing `b` becomes `b` importing `a`) between sources reverses (i.e., ``a`` importing ``b`` becomes ``b`` importing
two builds. See `ninja issue 2666`_ for details. ``a``) between two builds. See `ninja issue 2666`_ for details.
.. _`ninja issue 2666`: https://github.com/ninja-build/ninja/issues/2666 .. _`ninja issue 2666`: https://github.com/ninja-build/ninja/issues/2666