mirror of https://github.com/KLayout/klayout.git
Fix more typos in gsiDeclDbLayoutToNetlist.cc
\\make_incluidelayer -> \\make_includelayer sqaure -> square
This commit is contained in:
parent
b27e5de023
commit
99ef222f50
|
|
@ -396,7 +396,7 @@ Class<db::LayoutToNetlist> decl_dbLayoutToNetlist ("db", "LayoutToNetlist",
|
|||
) +
|
||||
gsi::method ("connect", (void (db::LayoutToNetlist::*) (const db::Region &)) &db::LayoutToNetlist::connect, gsi::arg ("l"),
|
||||
"@brief Defines an intra-layer connection for the given layer.\n"
|
||||
"The layer is either an original layer created with \\make_incluidelayer and it's variants or\n"
|
||||
"The layer is either an original layer created with \\make_includelayer and it's variants or\n"
|
||||
"a derived layer. Certain limitations apply. It's safe to use\n"
|
||||
"boolean operations for deriving layers. Other operations are applicable as long as they are\n"
|
||||
"capable of delivering hierarchical layers.\n"
|
||||
|
|
@ -726,7 +726,7 @@ Class<db::LayoutToNetlist> decl_dbLayoutToNetlist ("db", "LayoutToNetlist",
|
|||
"\n"
|
||||
"@code\n"
|
||||
"...\n"
|
||||
"# diode_layer1 increases the ratio by 50 per sqaure micrometer area:\n"
|
||||
"# diode_layer1 increases the ratio by 50 per square micrometer area:\n"
|
||||
"errors = l2n.antenna(poly, metal, 10.0 [ [ diode_layer, 50.0 ] ])\n"
|
||||
"@/code\n"
|
||||
) +
|
||||
|
|
|
|||
Loading…
Reference in New Issue