Skip to content

Commit 8232ca5

Browse files
authored
Merge pull request #46 from 5cript/dot-file-docs-fix
Update README.md
2 parents 4ef8728 + 57b24c0 commit 8232ca5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ Draws a dot graph of the interval tree to the output stream.
127127
Options 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>

0 commit comments

Comments
 (0)