diff options
author | Brad King <brad.king@kitware.com> | 2014-10-23 12:32:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-10-23 12:32:29 (GMT) |
commit | 2a668e20da7ba6ae380eb44219f285f13fd34981 (patch) | |
tree | a93d5294d2466ef9cf3facdecdd04bb689f2d925 /Help/prop_inst/CPACK_WIX_ACL.rst | |
parent | 0213e6944ef471d7341eb1ac969656c68852f153 (diff) | |
parent | 80b19a7127e48dfc0e8cd0162359ae149e537638 (diff) | |
download | CMake-2a668e20da7ba6ae380eb44219f285f13fd34981.zip CMake-2a668e20da7ba6ae380eb44219f285f13fd34981.tar.gz CMake-2a668e20da7ba6ae380eb44219f285f13fd34981.tar.bz2 |
Merge topic 'doc-line-lengths'
80b19a71 Help/manual: Avoid long lines in code blocks
4fdacedc Help: Clarify formatting of CPACK_WIX_ACL documentation
35ca4863 Help: Wrap long ctest_submit signature line
58b2d760 Modules: Format documentation to avoid over-long preformatted lines
Diffstat (limited to 'Help/prop_inst/CPACK_WIX_ACL.rst')
-rw-r--r-- | Help/prop_inst/CPACK_WIX_ACL.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_inst/CPACK_WIX_ACL.rst b/Help/prop_inst/CPACK_WIX_ACL.rst index ee42666..4e13ec4 100644 --- a/Help/prop_inst/CPACK_WIX_ACL.rst +++ b/Help/prop_inst/CPACK_WIX_ACL.rst @@ -14,5 +14,6 @@ each of which has to match the following format. ``<user>`` and ``<domain>`` specify the windows user and domain for which the ``<Permission>`` element should be generated. -``<permission>`` is any of the YesNoType attributes listed here: -http://wixtoolset.org/documentation/manual/v3/xsd/wix/permission.html +``<permission>`` is any of the YesNoType attributes listed here:: + + http://wixtoolset.org/documentation/manual/v3/xsd/wix/permission.html |