diff --git a/src/db/db/gsiDeclDbRegion.cc b/src/db/db/gsiDeclDbRegion.cc index 04cae2c97..e42ab0b24 100644 --- a/src/db/db/gsiDeclDbRegion.cc +++ b/src/db/db/gsiDeclDbRegion.cc @@ -3169,7 +3169,7 @@ Class decl_Region (decl_dbShapeCollection, "db", "Region", "@param ignore_angle The angle above which no check is performed\n" "@param min_projection The lower threshold of the projected length of one edge onto another\n" "@param max_projection The upper limit of the projected length of one edge onto another\n" - "@param shielded Enables shielding\n" + "@param shielded Enables shielding (see below)\n" "@param negative If true, edges not violation the condition will be output as pseudo-edge pairs\n" "@param property_constraint Only \\IgnoreProperties and \\NoPropertyConstraint are allowed - in the last case, properties are copied from the original shapes to the output. " "@param zero_distance_mode Specifies how to handle edges with zero distance\n" @@ -3214,6 +3214,7 @@ Class decl_Region (decl_dbShapeCollection, "db", "Region", "@param ignore_angle The angle above which no check is performed\n" "@param min_projection The lower threshold of the projected length of one edge onto another\n" "@param max_projection The upper limit of the projected length of one edge onto another\n" + "@param shielded Enables shielding (see below)\n" "@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes\n" "@param rect_filter Specifies an error filter for rectangular input shapes\n" "@param negative If true, edges not violation the condition will be output as pseudo-edge pairs\n" @@ -3259,7 +3260,7 @@ Class decl_Region (decl_dbShapeCollection, "db", "Region", "@param ignore_angle The angle above which no check is performed\n" "@param min_projection The lower threshold of the projected length of one edge onto another\n" "@param max_projection The upper limit of the projected length of one edge onto another\n" - "@param shielded Enables shielding\n" + "@param shielded Enables shielding (see below)\n" "@param negative If true, edges not violation the condition will be output as pseudo-edge pairs\n" "@param property_constraint Specifies whether to consider only shapes with a certain property relation\n" "@param property_constraint Only \\IgnoreProperties and \\NoPropertyConstraint are allowed - in the last case, properties are copied from the original shapes to the output" @@ -3304,6 +3305,7 @@ Class decl_Region (decl_dbShapeCollection, "db", "Region", "@param ignore_angle The angle above which no check is performed\n" "@param min_projection The lower threshold of the projected length of one edge onto another\n" "@param max_projection The upper limit of the projected length of one edge onto another\n" + "@param shielded Enables shielding (see below)\n" "@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes\n" "@param rect_filter Specifies an error filter for rectangular input shapes\n" "@param negative If true, edges not violation the condition will be output as pseudo-edge pairs\n" @@ -3350,6 +3352,7 @@ Class decl_Region (decl_dbShapeCollection, "db", "Region", "@param ignore_angle The angle above which no check is performed\n" "@param min_projection The lower threshold of the projected length of one edge onto another\n" "@param max_projection The upper limit of the projected length of one edge onto another\n" + "@param shielded Enables shielding (see below)\n" "@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes\n" "@param rect_filter Specifies an error filter for rectangular input shapes\n" "@param negative Negative output from the first input\n" @@ -3403,6 +3406,7 @@ Class decl_Region (decl_dbShapeCollection, "db", "Region", "@param ignore_angle The angle above which no check is performed\n" "@param min_projection The lower threshold of the projected length of one edge onto another\n" "@param max_projection The upper limit of the projected length of one edge onto another\n" + "@param shielded Enables shielding (see below)\n" "@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes\n" "@param rect_filter Specifies an error filter for rectangular input shapes\n" "@param negative Negative output from the first input\n" @@ -3455,6 +3459,7 @@ Class decl_Region (decl_dbShapeCollection, "db", "Region", "@param ignore_angle The angle above which no check is performed\n" "@param min_projection The lower threshold of the projected length of one edge onto another\n" "@param max_projection The upper limit of the projected length of one edge onto another\n" + "@param shielded Enables shielding (see below)\n" "@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes\n" "@param rect_filter Specifies an error filter for rectangular input shapes\n" "@param negative Negative output from the first input\n" @@ -3507,6 +3512,7 @@ Class decl_Region (decl_dbShapeCollection, "db", "Region", "@param ignore_angle The angle above which no check is performed\n" "@param min_projection The lower threshold of the projected length of one edge onto another\n" "@param max_projection The upper limit of the projected length of one edge onto another\n" + "@param shielded Enables shielding (see below)\n" "@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes\n" "@param rect_filter Specifies an error filter for rectangular input shapes\n" "@param negative Negative output from the first input\n"