From 70d32114ba0107bd0287984efb07807a6b07a9b7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 31 Oct 2024 10:59:46 +0000 Subject: [PATCH] :memo: Update pyfiction docstrings Signed-off-by: GitHub Actions --- .../include/pyfiction/pybind11_mkdoc_docstrings.hpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/bindings/pyfiction/include/pyfiction/pybind11_mkdoc_docstrings.hpp b/bindings/pyfiction/include/pyfiction/pybind11_mkdoc_docstrings.hpp index f7c9ee4ee..e51a68ce9 100644 --- a/bindings/pyfiction/include/pyfiction/pybind11_mkdoc_docstrings.hpp +++ b/bindings/pyfiction/include/pyfiction/pybind11_mkdoc_docstrings.hpp @@ -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. @@ -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";