Browse Source

Help: Improve CPack/WiX documentation markup

Brad King 2 months ago
parent
commit
fe9fd66a8e
1 changed files with 4 additions and 3 deletions
  1. 4 3
      Help/cpack_gen/wix.rst

+ 4 - 3
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.