Index: trunk/doc/user/06_feature/backann/index.html =================================================================== --- trunk/doc/user/06_feature/backann/index.html (revision 38267) +++ trunk/doc/user/06_feature/backann/index.html (revision 38268) @@ -227,8 +227,28 @@
+Add the creation of an existing subcircuit to the back annotation list by refdes. +
+GUI: place a subcircuit, make sure it has an unique refres; right click over +an empty area of the subcircuit; this brings up the subc contextmenu; select +back annotation then Add. +
+CLI: action: BaSubc(object|selected, add) +
+Add the removal of an existing subcircuit to the back annotation list by refdes. +Also remove all connections to the subcircuit. +
+GUI: find a subcircuit with unique refres; right click over +an empty area of the subcircuit; this brings up the subc contextmenu; select +back annotation then Del. +
+CLI: action: BaSubc(object|selected, del) +