Skip to content

Commit

Permalink
📝 Update pyfiction docstrings
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
actions-user committed Oct 31, 2024
1 parent b9ba651 commit 70d3211
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,8 @@ static const char *__doc_fiction_bdl_wire =
R"doc(This struct encapsulates a vector of `bdl_pair` objects, representing
the pairs of SiDBs in the BDL wire.

Template parameter ``CellType``:
Cell type.)doc";
Template parameter ``Lyt``:
SiDB cell-level layout type.)doc";

static const char *__doc_fiction_bdl_wire_add_bdl_pair =
R"doc(Add a BDL pair to the wire.
Expand Down Expand Up @@ -4831,12 +4831,6 @@ R"doc(Aggregates BDL pairs of specified types into a set.
Template parameter ``Lyt``:
SiDB cell-level layout type.

Parameter ``lyt``:
Layout type used for detection.

Parameter ``params``:
Parameters containing BDL pairs.

Returns:
A set of BDL pairs containing all pairs of the specified types.)doc";

Expand Down

0 comments on commit 70d3211

Please sign in to comment.