From 8d8fd9de2cadb1a5146cb9cec4cab820842733f8 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Sun, 2 Feb 2025 18:56:26 +0400 Subject: [PATCH] Help: Fix typos in RST found by the `rst-backticks` hook --- Help/release/dev/cpack-tar.rst | 2 +- Help/variable/CMAKE_EXPORT_SARIF.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/release/dev/cpack-tar.rst b/Help/release/dev/cpack-tar.rst index d929239923..7613830ea1 100644 --- a/Help/release/dev/cpack-tar.rst +++ b/Help/release/dev/cpack-tar.rst @@ -1,5 +1,5 @@ cpack-tar --------- -* The :cpack_gen:`CPack Archive Generator` learned to generated `.tar` +* The :cpack_gen:`CPack Archive Generator` learned to generated ``.tar`` packages without compression. diff --git a/Help/variable/CMAKE_EXPORT_SARIF.rst b/Help/variable/CMAKE_EXPORT_SARIF.rst index 8532377850..09ed40bd61 100644 --- a/Help/variable/CMAKE_EXPORT_SARIF.rst +++ b/Help/variable/CMAKE_EXPORT_SARIF.rst @@ -7,7 +7,7 @@ Enable or disable CMake diagnostics output in SARIF format for a project. If enabled, CMake will generate a SARIF log file containing diagnostic messages output by CMake when running in a project. By default, the log file is written -to `.cmake/sarif/cmake.sarif`, but the location can be changed by setting the +to ``.cmake/sarif/cmake.sarif``, but the location can be changed by setting the command-line option :option:`cmake --sarif-output` to the desired path. The Static Analysis Results Interchange Format (SARIF) is a JSON-based standard