From ee5b292d72d5179721a83a13f1aae63d483ce8cf Mon Sep 17 00:00:00 2001 From: Tobias Falk Date: Sun, 2 Jun 2024 11:10:34 +0200 Subject: [PATCH] Added Documentaion --- docs/syntax.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/syntax.md b/docs/syntax.md index de67284..360c7bb 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -85,6 +85,10 @@ tweak: # optional tweaking of .gv output # loops 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 ``` ## Cable attributes