mirror of https://github.com/KLayout/klayout.git
Small doc update
This commit is contained in:
parent
2360eb41fd
commit
f1d3597b2e
|
|
@ -447,7 +447,7 @@ name(poly_wiring, "poly_wiring")
|
|||
</p><p>
|
||||
Names must be assigned before the layers are used for the first time
|
||||
in <a href="#connect">connect</a>, <a href="#soft_connect">soft_connect</a>, <a href="#connect_global">connect_global</a>, <a href="#soft_connect_global">soft_connect_global</a> and
|
||||
extract_devices statements.
|
||||
<a href="#extract_devices">extract_devices</a> statements.
|
||||
</p><p>
|
||||
If layers are not named, they will be given a name made from the
|
||||
<a href="#name_prefix">name_prefix</a> and an incremental number when the layer is used for the
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ module DRC
|
|||
#
|
||||
# Names must be assigned before the layers are used for the first time
|
||||
# in \connect, \soft_connect, \connect_global, \soft_connect_global and
|
||||
# extract_devices statements.
|
||||
# \extract_devices statements.
|
||||
#
|
||||
# If layers are not named, they will be given a name made from the
|
||||
# \name_prefix and an incremental number when the layer is used for the
|
||||
|
|
|
|||
Loading…
Reference in New Issue