Browse Source

Merge topic 'doc-fixes'

da3a329a Linkify target_link_libraries in DEBUG_CONFIGURATIONS

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1649
Brad King 7 năm trước cách đây
mục cha
commit
37a3738b1a
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  1. 3 4
      Help/prop_gbl/DEBUG_CONFIGURATIONS.rst

+ 3 - 4
Help/prop_gbl/DEBUG_CONFIGURATIONS.rst

@@ -4,11 +4,10 @@ DEBUG_CONFIGURATIONS
 Specify which configurations are for debugging.
 
 The value must be a semi-colon separated list of configuration names.
-Currently this property is used only by the target_link_libraries
-command (see its documentation for details).  Additional uses may be
-defined in the future.
+Currently this property is used only by the :command:`target_link_libraries`
+command.  Additional uses may be defined in the future.
 
 This property must be set at the top level of the project and before
-the first target_link_libraries command invocation.  If any entry in
+the first :command:`target_link_libraries` command invocation.  If any entry in
 the list does not match a valid configuration for the project the
 behavior is undefined.