Browse Source

Merge topic 'csharp-utilities-doc-fix'

cd6771646a CSharpUtilities: Fix cross-reference in documentation

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9055
Brad King 2 years ago
parent
commit
ca08b492c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/CSharpUtilities.cmake

+ 1 - 1
Modules/CSharpUtilities.cmake

@@ -64,7 +64,7 @@ Main functions provided by the module
   Sets source file properties of ``.Designer.cs`` files depending on
   sibling filenames. Use this, if your CSharp target does **not**
   use Windows Forms (for Windows Forms use
-  :command:`csharp_set_designer_cs_properties` instead)::
+  :command:`csharp_set_windows_forms_properties` instead)::
 
     csharp_set_designer_cs_properties([<file1> [<file2> [...]]])