From b1f715a2ce904f726864ce06b7a534fe20d4ff10 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Wed, 4 Mar 2026 18:46:27 +0400 Subject: [PATCH] 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 ``` --- Help/manual/cmake-cxxmodules.7.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/manual/cmake-cxxmodules.7.rst b/Help/manual/cmake-cxxmodules.7.rst index d26c6414d1..ef2c8be070 100644 --- a/Help/manual/cmake-cxxmodules.7.rst +++ b/Help/manual/cmake-cxxmodules.7.rst @@ -393,8 +393,8 @@ commands to :term:`scan` for their dependencies. There is a known issue with ``ninja`` which can result in an erroneous detection of a dependency cycle when the dependency order between two - sources reverses (i.e., `a` importing `b` becomes `b` importing `a`) between - two builds. See `ninja issue 2666`_ for details. + sources reverses (i.e., ``a`` importing ``b`` becomes ``b`` importing + ``a``) between two builds. See `ninja issue 2666`_ for details. .. _`ninja issue 2666`: https://github.com/ninja-build/ninja/issues/2666