mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 04:46:15 +02:00
b2/: add C-style comments
This commit is contained in:
parent
45196de62f
commit
b3c865e6fd
@ -1,5 +1,9 @@
|
||||
<comp> = R<C<L<D;
|
||||
<diode> = D<SCH<Z<TVS;
|
||||
/*
|
||||
* Example hierarchy
|
||||
*/
|
||||
|
||||
<comp> = R<C<L<D; // order doesn't really matter
|
||||
<diode> = D<SCH<Z<TVS; // D < SCH may make sense, the rest doesn't
|
||||
|
||||
T=<comp> {
|
||||
R: { R=#R TOL=%R };
|
||||
|
Loading…
Reference in New Issue
Block a user