From cd1f4897427399f051787209a446321cc5b05c0d Mon Sep 17 00:00:00 2001 From: Tobias Falk Date: Sun, 9 Jun 2024 21:47:42 +0200 Subject: [PATCH] add synrax description --- docs/syntax.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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