Skip to content

Commit c321ffd

Browse files
authored
adding comment in graph reader.
.
1 parent 5ee04ed commit c321ffd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/GraphFormat.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Graph Format
22

33
```
4+
# comment
45
graph (un)directed`
56
<node-x> <node-y> [edge-weight]
67
```
@@ -12,6 +13,7 @@ graph (un)directed`
1213

1314
1415
```
16+
# Comment, ignored by graph reader
1517
graph directed
1618
n1 n2 2
1719
n1 n3 4

0 commit comments

Comments
 (0)