From ff9be6219d19552d395f3749aa92fc45d089a9ed Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 28 Apr 2018 00:31:41 +0200 Subject: [PATCH] Fixed some doc typos. --- src/db/db/gsiDeclDbShapes.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/db/gsiDeclDbShapes.cc b/src/db/db/gsiDeclDbShapes.cc index f2cba3bf9..fbc5e5167 100644 --- a/src/db/db/gsiDeclDbShapes.cc +++ b/src/db/db/gsiDeclDbShapes.cc @@ -463,7 +463,7 @@ Class decl_Shapes ("Shapes", gsi::method_ext ("insert", &insert_shapes_with_flags, gsi::arg ("shapes"), gsi::arg ("flags"), "@brief Inserts the shapes taken from another shape container\n" "@param shapes The other container from which to take the shapes from\n" - "@param flags The filter flags for taking the shapes from the input container\n" + "@param flags The filter flags for taking the shapes from the input container (see S... constants)\n" "\n" "This method takes all selected shapes from the given container and inserts them into this one.\n" "\n" @@ -472,7 +472,7 @@ Class decl_Shapes ("Shapes", gsi::method_ext ("insert", &insert_shapes_with_flag_and_trans, gsi::arg ("shapes"), gsi::arg ("flags"), gsi::arg ("trans"), "@brief Inserts the shapes taken from another shape container with a transformation\n" "@param shapes The other container from which to take the shapes from\n" - "@param iter The other container from which to take the shapes from\n" + "@param flags The filter flags for taking the shapes from the input container (see S... constants)\n" "@param trans The transformation to apply\n" "\n" "This method takes all selected shapes from the given container and inserts them into this one "