From 57b24c0eeff7988e63b0175913682edfad603743 Mon Sep 17 00:00:00 2001 From: Tim Ebbeke Date: Thu, 9 Jan 2025 12:19:18 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e09e669..4dc9540 100644 --- a/README.md +++ b/README.md @@ -127,12 +127,12 @@ Draws a dot graph of the interval tree to the output stream. Options are: - digraph: bool - name: std::string -- extra_node_attributes: std::vector -- extra_statements: std::vector +- extra_node_attributes: std::vector\ +- extra_statements: std::vector\ - space_after_comma: bool -- left_brace: std::optional -- right_brace: std::optional -- edge_attributes: std::vector +- left_brace: char (0 = ignored, std::optional is c++17) +- right_brace: char (0 = ignored, std::optional is c++17) +- edge_attributes: std::vector\ - indent: std::string ## Members of IntervalTree