Added 'to' sequence diagram generator for plantuml and json
This commit is contained in:
@@ -543,6 +543,7 @@ struct sequence_diagram : public diagram {
|
||||
|
||||
option<std::vector<source_location>> start_from{"start_from"};
|
||||
option<std::vector<std::vector<source_location>>> from_to{"from_to"};
|
||||
option<std::vector<source_location>> to{"to"};
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user