You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, sequence diagrams support only one constraint - start_from which is open ended, i.e. it will generate a sequence diagram with all call sequences originating from a given function or method.
Sometimes, it is nice to know what call sequence leads from one function or method to another, this could be achieved by adding from_to option, e.g.
Currently, sequence diagrams support only one constraint -
start_from
which is open ended, i.e. it will generate a sequence diagram with all call sequences originating from a given function or method.Sometimes, it is nice to know what call sequence leads from one function or method to another, this could be achieved by adding
from_to
option, e.g.The text was updated successfully, but these errors were encountered: