From cd6771646aa56e8a791105b335fc8bce309daa85 Mon Sep 17 00:00:00 2001 From: Jan Blumschein Date: Tue, 5 Dec 2023 20:41:39 +0100 Subject: CSharpUtilities: Fix cross-reference in documentation The documentation fix commit 04a11f16ba (CSharpUtilities: Fix documentation, 2017-03-15, v3.8.0-rc3~17^2) introduced a cross-reference to the function being documented. Fix it. Issue: #16711 --- Modules/CSharpUtilities.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CSharpUtilities.cmake b/Modules/CSharpUtilities.cmake index dedb146..b5520ef 100644 --- a/Modules/CSharpUtilities.cmake +++ b/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([ [ [...]]]) -- cgit v0.12