File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,12 @@ Draws a dot graph of the interval tree to the output stream.
127
127
Options are:
128
128
- digraph: bool
129
129
- name: std::string
130
- - extra_node_attributes: std::vector< std::string >
131
- - extra_statements: std::vector< std::string >
130
+ - extra_node_attributes: std::vector\ < std::string\ >
131
+ - extra_statements: std::vector\ < std::string\ >
132
132
- space_after_comma: bool
133
- - left_brace: std::optional< std::string >
134
- - right_brace: std::optional< std::string >
135
- - edge_attributes: std::vector< std::string >
133
+ - left_brace: char (0 = ignored, std::optional is c++17)
134
+ - right_brace: char (0 = ignored, std::optional is c++17)
135
+ - edge_attributes: std::vector\ < std::string\ >
136
136
- indent: std::string
137
137
138
138
## Members of IntervalTree<Interval >
You can’t perform that action at this time.
0 commit comments