From 6d6bada3e15885f5421cefe78f53f53e0cf1222f Mon Sep 17 00:00:00 2001 From: Reporting Issue <> Date: Mon, 18 Sep 2023 17:10:51 -0400 Subject: [PATCH] Comment specification --- src/BinaryKits.Zpl.Viewer/ZplAnalyzer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BinaryKits.Zpl.Viewer/ZplAnalyzer.cs b/src/BinaryKits.Zpl.Viewer/ZplAnalyzer.cs index 57572ab..fb15e6a 100644 --- a/src/BinaryKits.Zpl.Viewer/ZplAnalyzer.cs +++ b/src/BinaryKits.Zpl.Viewer/ZplAnalyzer.cs @@ -121,7 +121,7 @@ public AnalyzeInfo Analyze(string zplData) return analyzeInfo; } - // Always in uppercase when adding new commands + // When adding new commands: 1 per line, always upper case, comment why if possible private string[] ignoredCommands = { "CI", // may be implemented in the future, but for now always set to CI128 };