-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Milestone
Description
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.
from_to:
- [function: "main(int,const char**)",
function: "ns1::ClassA::add(int,int)"]