Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add from_to option to sequence diagram #154

Closed
bkryza opened this issue Jun 10, 2023 · 0 comments · Fixed by #174
Closed

Add from_to option to sequence diagram #154

bkryza opened this issue Jun 10, 2023 · 0 comments · Fixed by #174
Labels
enhancement New feature or request sequence diagrams
Milestone

Comments

@bkryza
Copy link
Owner

bkryza commented Jun 10, 2023

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)"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sequence diagrams
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant