diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2017-04-04 19:14:29 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2017-04-04 19:17:15 (GMT) |
commit | fb22ba6327355c7de2f54edffdd5bfc2ee814418 (patch) | |
tree | 80885c1dccd38ce30e9c286b66da80a36398cffa /Modules/CPackWIX.cmake | |
parent | 1180fdb6565dcc5f94930a399feed803e7871e46 (diff) | |
download | CMake-fb22ba6327355c7de2f54edffdd5bfc2ee814418.zip CMake-fb22ba6327355c7de2f54edffdd5bfc2ee814418.tar.gz CMake-fb22ba6327355c7de2f54edffdd5bfc2ee814418.tar.bz2 |
CPackWIX: Fix variable documentation indentations
Diffstat (limited to 'Modules/CPackWIX.cmake')
-rw-r--r-- | Modules/CPackWIX.cmake | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Modules/CPackWIX.cmake b/Modules/CPackWIX.cmake index 5a36e4c..ed0223b 100644 --- a/Modules/CPackWIX.cmake +++ b/Modules/CPackWIX.cmake @@ -243,20 +243,20 @@ # # .. variable:: CPACK_WIX_ROOT_FEATURE_TITLE # -# Sets the name of the root install feature in the WIX installer. Same as -# CPACK_COMPONENT_<compName>_DISPLAY_NAME for components. +# Sets the name of the root install feature in the WIX installer. Same as +# CPACK_COMPONENT_<compName>_DISPLAY_NAME for components. # # .. variable:: CPACK_WIX_ROOT_FEATURE_DESCRIPTION # -# Sets the description of the root install feature in the WIX installer. Same as -# CPACK_COMPONENT_<compName>_DESCRIPTION for components. +# Sets the description of the root install feature in the WIX installer. Same as +# CPACK_COMPONENT_<compName>_DESCRIPTION for components. # # .. variable:: CPACK_WIX_SKIP_PROGRAM_FOLDER # -# If this variable is set to true, the default install location -# of the generated package will be CPACK_PACKAGE_INSTALL_DIRECTORY directly. -# The install location will not be located relatively below -# ProgramFiles or ProgramFiles64. +# If this variable is set to true, the default install location +# of the generated package will be CPACK_PACKAGE_INSTALL_DIRECTORY directly. +# The install location will not be located relatively below +# ProgramFiles or ProgramFiles64. # # .. note:: # Installers created with this feature do not take differences @@ -270,14 +270,14 @@ # # .. variable:: CPACK_WIX_ROOT_FOLDER_ID # -# This variable allows specification of a custom root folder ID. -# The generator specific ``<64>`` token can be used for -# folder IDs that come in 32-bit and 64-bit variants. -# In 32-bit builds the token will expand empty while in 64-bit builds -# it will expand to ``64``. +# This variable allows specification of a custom root folder ID. +# The generator specific ``<64>`` token can be used for +# folder IDs that come in 32-bit and 64-bit variants. +# In 32-bit builds the token will expand empty while in 64-bit builds +# it will expand to ``64``. # -# When unset generated installers will default installing to -# ``ProgramFiles<64>Folder``. +# When unset generated installers will default installing to +# ``ProgramFiles<64>Folder``. # if(NOT CPACK_WIX_ROOT) |