From 6aaa228a34df5afa3bb0324629f4d2bcb697d1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 19 Nov 2024 13:45:07 +0100 Subject: [PATCH] generate_descriptor_pages.main.kts: fix comment --- .github/scripts/generate_descriptor_pages.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/generate_descriptor_pages.main.kts b/.github/scripts/generate_descriptor_pages.main.kts index 92dab1dbb..91d811c88 100755 --- a/.github/scripts/generate_descriptor_pages.main.kts +++ b/.github/scripts/generate_descriptor_pages.main.kts @@ -92,7 +92,7 @@ fun processDescriptor(descriptor: DescriptorInfo) { fun renderContent(content: DocumentationContent): String { val sb = StringBuilder() sb.appendLine() - sb.appendLine("[//]: # (This content is generated by plugin_configuration_file.main.kts.)") + sb.appendLine("[//]: # (This content is generated by generate_descriptor_pages.main.kts script.)") sb.appendLine("[//]: # (DO NOT EDIT IT MANUALLY)") sb.appendLine() sb.appendContentHierarchy(content)