Skip to content

Commit

Permalink
Comment specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Reporting Issue committed Sep 18, 2023
1 parent 94ed497 commit 6d6bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BinaryKits.Zpl.Viewer/ZplAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 6d6bada

Please sign in to comment.