Index: lihata_format/index.html =================================================================== --- lihata_format/index.html (revision 4286) +++ lihata_format/index.html (revision 4287) @@ -48,7 +48,9 @@
(sample file) buffer.lht li:cschem-buffer-v - buffer content save; aside from the header, it's the same as a sheet (ha:cschem-sheet-v*) + buffer content save; aside from the header, it's the same as a sheet (ha:cschem-sheet-v*) +
(struct drawing) +
(sample file) project.lht ha:geda-project-v1 or ha:coraleda-project-v1 A project file (documented in pcb-rnd) Index: lihata_format/root_buffer.lht =================================================================== --- lihata_format/root_buffer.lht (nonexistent) +++ lihata_format/root_buffer.lht (revision 4287) @@ -0,0 +1,11 @@ +ha:lht_tree_doc { ha:roots { + + ha:cschem-buffer-v* { + type=li + desc={Buffer content (direct/indirect: same meaning as schematic sheet)} + li:children { + sy:obj_indirect.1 = {/lht_tree_doc/comm/group.ID} + sy:obj_direct.2 = {/lht_tree_doc/comm/group.ID} + } + } +}}