diff --git a/docs/syntax.md b/docs/syntax.md index 360c7bb..8d77e88 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -86,9 +86,15 @@ tweak: # optional tweaking of .gv output loops: # every list item is itself a list of exactly two pins # on the connector that are to be shorted - # Internal Shorts, see ex15 (all optional) - internal_shorts: [] # this contains a list of shorts, the shorts are represented as a list of Pins, see ex15 - internal_shorts_color: # this contains list contains the colors the shorts are to be represented, Index 42 in the color List defines the color of the Short with the Index 42 in the internal_shorts list + # shorts + shorts: + : + pins: + color: # optional + manufacturer: # optional + mpn: # optional + description: # optional + type: # optional, default is internal ``` ## Cable attributes