mirror of https://github.com/KLayout/klayout.git
Doc fixes
This commit is contained in:
parent
e3f776a74e
commit
05c129dd81
|
|
@ -218,12 +218,12 @@ LibraryClass decl_Library ("db", "Library",
|
|||
) +
|
||||
gsi::method ("is_for_technology", &db::Library::is_for_technology, gsi::arg ("tech"),
|
||||
"@brief Returns a value indicating whether the library is associated with the given technology.\n"
|
||||
"The method is equivalent to checking whether the \\technologies list is empty.\n"
|
||||
"\n"
|
||||
"This method has been introduced in version 0.27"
|
||||
) +
|
||||
gsi::method ("for_technologies", &db::Library::for_technologies,
|
||||
"@brief Returns a value indicating whether the library is associated with any technology.\n"
|
||||
"The method is equivalent to checking whether the \\technologies list is empty.\n"
|
||||
"\n"
|
||||
"This method has been introduced in version 0.27"
|
||||
) +
|
||||
gsi::method ("technologies", &db::Library::get_technologies,
|
||||
|
|
|
|||
|
|
@ -360,10 +360,10 @@ gsi::Class<EditorHooksImpl> decl_EditorHooks ("lay", "EditorHooks",
|
|||
) +
|
||||
gsi::method ("is_for_technology", &EditorHooksImpl::is_for_technology, gsi::arg ("tech"),
|
||||
"@brief Returns a value indicating whether the hooks are associated with the given technology.\n"
|
||||
"The method is equivalent to checking whether the \\technologies list is empty.\n"
|
||||
) +
|
||||
gsi::method ("for_technologies", &EditorHooksImpl::for_technologies,
|
||||
"@brief Returns a value indicating whether the hooks are associated with any technology.\n"
|
||||
"The method is equivalent to checking whether the \\technologies list is empty.\n"
|
||||
) +
|
||||
gsi::method ("technologies", &EditorHooksImpl::get_technologies,
|
||||
"@brief Gets the list of technologies these hooks are associated with.\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue