diff --git a/docs/syntax.md b/docs/syntax.md index f959531..8da04ae 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -119,11 +119,15 @@ Since the auto-incremented and auto-assigned designator is not known to the user # but unavailable for auto-conversion show_equiv: # defaults to false; can auto-convert between mm2 and AWG # and display the result when set to true - length: # is assumed to be in meters - shield: # defaults to false - # setting to true will display the shield as a thin black line - # using a color (see below) will render the shield in that color - # using 's' as the wire number + length: [ ] # is assumed to be in meters unless is specified + # e.g. length: 2.5 -> assumed to be 2.5 m + # or length: 2.5 ft -> "ft" is used as the unit + # Units are not converted during BOM generation; + # different units result in separate BOM entries. + shield: # defaults to false + # setting to true will display the shield as a thin black line + # using a color (see below) will render the shield in that color + # A shield can be accessed by using 's' as the wire ID color: # see below image: # see below notes: