Added relationship direction flag to context diagram filter (#274)
This commit is contained in:
@@ -159,9 +159,14 @@ struct mermaid {
|
||||
void append(const mermaid &r);
|
||||
};
|
||||
|
||||
enum class context_direction_t { inward, outward, any };
|
||||
|
||||
std::string to_string(context_direction_t cd);
|
||||
|
||||
struct context_config {
|
||||
common::string_or_regex pattern;
|
||||
unsigned radius{0};
|
||||
context_direction_t direction{context_direction_t::any};
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user