Skip to content

Commit

Permalink
docs: Fix docstring of ContextDiagram (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger authored Jan 30, 2025
2 parents 89d5e9c + 9d97617 commit f0fdc74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/capellambse_context_diagrams/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,10 @@ class CustomDiagram(m.AbstractDiagram):
* display_port_labels — Display port labels on the diagram.
* port_label_position - Position of the port labels. See
[`PORT_LABEL_POSITION`][capellambse_context_diagrams.context._elkjs.PORT_LABEL_POSITION].
* display_unused_ports - Display ports that are not connected to an edge.
* collect - A list of collected elements.
* unify_edge_direction - Unify the direction of the edges.
* balckbox - Display the object of interest as a black box.
* blackbox - Display the object of interest as a black box.
* display_actor_relation: Show the connections between the context actors.
* include_children_context: Include all children of the object of interest.
"""
Expand Down

0 comments on commit f0fdc74

Please sign in to comment.