Document rules version clause.
Fixes https://gitlab.com/kicad/code/kicad/issues/8201
This commit is contained in:
parent
4920692bcd
commit
9a282f081a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue