From 9c59940f45fd5371b190c2f170425d789a742cbb Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Tue, 23 Apr 2019 15:04:25 +0200 Subject: [PATCH] csc: clarify example. (#2940) --- pages/common/csc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/csc.md b/pages/common/csc.md index f6ce5cdaa9..ad1ca45c52 100644 --- a/pages/common/csc.md +++ b/pages/common/csc.md @@ -20,7 +20,7 @@ - Embed a resource: -`csc /resource:{{path/to/target_file.cs}},{{namespace.string.name}} {{path/to/input_file.cs}}` +`csc /resource:{{path/to/resource_file}} {{path/to/input_file.cs}}` - Automatically generate XML documentation: