KLayout / klayout

KLayout Main Sources
http://www.klayout.org
GNU General Public License v3.0
754 stars 196 forks source link

layer_into (typo for layer_info?) in doc/about/drc_ref_source.html #1769

Closed sto6 closed 1 week ago

sto6 commented 2 weeks ago

On https://www.klayout.de/doc/about/drc_ref_source.html page as a whole, enumerates argument signatures using "layer_into" several times like:

source.input(layer_into)

Text does not mention/explain _layerinto but mentions LayerInfo as in:

... The layer can be specified by layer and optionally datatype, by a LayerInfo object or ...

Are those _layerinto typos for _layerinfo (else what does it mean)?

klayoutmatthias commented 2 weeks ago

Thanks. That is a type of course. It is meant to be "layer_info" and it means "a LayerInfo object".

Matthias