File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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.
127127Options are:
128128- digraph: bool
129129- 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\ >
132132- 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\ >
136136- indent: std::string
137137
138138## Members of IntervalTree<Interval >
You can’t perform that action at this time.
0 commit comments