From fe9fd66a8e2434b908cd326482e55c0246514b17 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 30 Sep 2025 13:18:08 -0400 Subject: [PATCH] Help: Improve CPack/WiX documentation markup --- Help/cpack_gen/wix.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Help/cpack_gen/wix.rst b/Help/cpack_gen/wix.rst index 0c28ec6349..fce5c38540 100644 --- a/Help/cpack_gen/wix.rst +++ b/Help/cpack_gen/wix.rst @@ -492,7 +492,8 @@ Windows using WiX. .. versionadded:: 4.2 - If this variable is set to true one `.cab` file per component is created. - The default is to create a single `.cab` file for all files in the installer. + If this variable is set to true one ``.cab`` file per component is created. + The default is to create a single ``.cab`` file for all files in the installer. - WiX creates `.cab` files in parallel so multiple `.cab` files may be desirable for faster packaging. + WiX creates ``.cab`` files in parallel so multiple ``.cab`` files may be + desirable for faster packaging.