Skip to content

Commit 63df317

Browse files
committed
Add comment stating the schemas were generated
1 parent 694bd06 commit 63df317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

XMP_RNG_Suite/RNGMerger/RNGMerger.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public static void MakeSchemas(string rngFilePath, string outputPath,
5555
{
5656
Console.WriteLine($"Merging RELAX NG schema from: {rngFilePath} ...");
5757
var mainDoc = XDocument.Load(rngFilePath);
58+
mainDoc.AddFirst(new XComment(" Generated with https://github.com/ceztko/XMP-RNG-Schema, DO NOT EDIT! "));
5859
string schemaBaseDir = Path.GetDirectoryName(Path.GetFullPath(rngFilePath))!;
5960

6061
var namespaces = new Dictionary<string, string>();

0 commit comments

Comments
 (0)