From 4371df61cd216c0c492ebaabf842cb7d7c90c166 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 29 Aug 2020 10:07:17 +0200 Subject: [PATCH] Updated fix version in RBA::Layout documentation. --- src/db/db/gsiDeclDbLayout.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/db/db/gsiDeclDbLayout.cc b/src/db/db/gsiDeclDbLayout.cc index 00eebb34d..12ebf1cd2 100644 --- a/src/db/db/gsiDeclDbLayout.cc +++ b/src/db/db/gsiDeclDbLayout.cc @@ -1620,7 +1620,7 @@ Class 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", ©_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" @@ -1634,7 +1634,7 @@ Class 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" @@ -1642,7 +1642,7 @@ Class 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" @@ -1650,7 +1650,7 @@ Class 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"