Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/submodules/submodules…
Browse files Browse the repository at this point in the history
…-82003764a4' into dependabot/submodules/submodules-82003764a4
  • Loading branch information
marcelwa committed Sep 6, 2024
2 parents bc8e836 + 838a781 commit 6dcf696
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14024,7 +14024,7 @@ Template parameter ``PortType``:
static const char *__doc_fiction_port_list_inp = R"doc(Input and output positions.)doc";

static const char *__doc_fiction_port_list_operator_eq =
R"doc(Comparator for unordered_set/map.
R"doc(Comparator for port lists.

Parameter ``p``:
Ports to compare to.
Expand All @@ -14033,8 +14033,8 @@ Parameter ``p``:
`true` iff these ports are equal to `p`.)doc";

static const char *__doc_fiction_port_list_operator_iadd =
R"doc(Merges two port_list objects together. The given port_list might be
altered.
R"doc(Merges two `port_list` objects together. The given `port_list` might
be altered.

Parameter ``p``:
Ports to merge.
Expand Down

0 comments on commit 6dcf696

Please sign in to comment.