diff options
author | Brad King <brad.king@kitware.com> | 2018-11-28 14:30:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-11-28 14:30:01 (GMT) |
commit | 0fc6faf2ddfb146704146d13b71bfd048128917f (patch) | |
tree | 2ce0c5aab64a94ae28db7d4c42ca92bf7aa5a5d3 /Help/cpack_gen/nuget.rst | |
parent | 772edffbf0c08fc0a6fcf74fb98545b7afcfee13 (diff) | |
download | CMake-0fc6faf2ddfb146704146d13b71bfd048128917f.zip CMake-0fc6faf2ddfb146704146d13b71bfd048128917f.tar.gz CMake-0fc6faf2ddfb146704146d13b71bfd048128917f.tar.bz2 |
Help: Replace use of :code:`` with plain reST syntax
This appeared in a few CPack generator documents but is not used
elsewhere.
Diffstat (limited to 'Help/cpack_gen/nuget.rst')
-rw-r--r-- | Help/cpack_gen/nuget.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/cpack_gen/nuget.rst b/Help/cpack_gen/nuget.rst index c8c481f..f8aa626 100644 --- a/Help/cpack_gen/nuget.rst +++ b/Help/cpack_gen/nuget.rst @@ -18,7 +18,7 @@ The CPack NuGet generator may be used to create NuGet packages using it uses the ``CPACK_XXX`` variables used by :module:`CPack`. The CPack NuGet generator has specific features which are controlled by the -specifics :code:`CPACK_NUGET_XXX` variables. In the "one per group" mode +specifics ``CPACK_NUGET_XXX`` variables. In the "one per group" mode (see :variable:`CPACK_COMPONENTS_GROUPING`), ``<compName>`` placeholder in the variables below would contain a group name (uppercased and turned into a "C" identifier). |