diff --git a/pcbnew/dialogs/panel_setup_rules_help.md b/pcbnew/dialogs/panel_setup_rules_help.md index 9b8f26482a..c4aee84b1f 100644 --- a/pcbnew/dialogs/panel_setup_rules_help.md +++ b/pcbnew/dialogs/panel_setup_rules_help.md @@ -54,6 +54,8 @@ ### Examples + (version 1) + (rule HV (constraint clearance (min 1.5mm)) (condition "A.NetClass == 'HV'")) @@ -78,7 +80,9 @@ ### Notes -Version clause must be the first clause. +Version clause must be the first clause. It indicates the syntax version of the file so that +future rules parsers can perform automatic updates. It should be +set to "1". Rules should be ordered by specificity. Later rules take precedence over earlier rules; once a matching rule is found