Updated fix version in RBA::Layout documentation.

This commit is contained in:
Matthias Koefferlein 2020-08-29 10:07:17 +02:00
parent 5280c762e4
commit 33229ccfaa
1 changed files with 4 additions and 4 deletions

View File

@ -1592,7 +1592,7 @@ Class<db::Layout> decl_Layout ("db", "Layout",
"hierarchy already. After having completed the cell mapping, use \\copy_tree_shapes to copy over the shapes from "
"the source to the target layout.\n"
"\n"
"This method has been added in version 0.27.\n"
"This method has been added in version 0.26.8.\n"
) +
gsi::method_ext ("copy_tree_shapes", &copy_tree_shapes3, gsi::arg ("source_layout"), gsi::arg ("cell_mapping"), gsi::arg ("layer_mapping"),
"@brief Copies the shapes for all given mappings in the \\CellMapping object using the given layer mapping\n"
@ -1606,7 +1606,7 @@ Class<db::Layout> decl_Layout ("db", "Layout",
"hierarchy already. After having completed the cell mapping, use \\copy_tree_shapes to copy over the shapes from "
"the source to the target layout.\n"
"\n"
"This method has been added in version 0.27.\n"
"This method has been added in version 0.26.8.\n"
) +
gsi::method_ext ("move_tree_shapes", &move_tree_shapes2, gsi::arg ("source_layout"), gsi::arg ("cell_mapping"),
"@brief Moves the shapes for all given mappings in the \\CellMapping object\n"
@ -1614,7 +1614,7 @@ Class<db::Layout> decl_Layout ("db", "Layout",
"This method acts like the corresponding \\copy_tree_shapes method, but removes the shapes from the source layout "
"after they have been copied.\n"
"\n"
"This method has been added in version 0.27.\n"
"This method has been added in version 0.26.8.\n"
) +
gsi::method_ext ("move_tree_shapes", &move_tree_shapes3, gsi::arg ("source_layout"), gsi::arg ("cell_mapping"), gsi::arg ("layer_mapping"),
"@brief Moves the shapes for all given mappings in the \\CellMapping object using the given layer mapping\n"
@ -1622,7 +1622,7 @@ Class<db::Layout> decl_Layout ("db", "Layout",
"This method acts like the corresponding \\copy_tree_shapes method, but removes the shapes from the source layout "
"after they have been copied.\n"
"\n"
"This method has been added in version 0.27.\n"
"This method has been added in version 0.26.8.\n"
) +
gsi::method_ext ("scale_and_snap", &scale_and_snap1, gsi::arg ("cell"), gsi::arg ("grid"), gsi::arg ("mult"), gsi::arg ("div"),
"@brief Scales and snaps the layout below a given cell by the given rational factor and snaps to the given grid\n"