Added an argument name

This commit is contained in:
Matthias Koefferlein 2025-03-09 23:20:57 +01:00
parent 2baaf322eb
commit 930e09809b
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ Class<db::LayoutToNetlist> decl_dbLayoutToNetlist ("db", "LayoutToNetlist",
"\n"
"This method has been introduced in version 0.29.3.\n"
) +
gsi::method_ext ("layer_index", &l2n_layer_index_by_name,
gsi::method_ext ("layer_index", &l2n_layer_index_by_name, gsi::arg ("name"),
"@brief Gets the layer index for a given name or nil if the name is not valid.\n"
"\n"
"This method has been introduced in version 0.30."