]> granicus.if.org Git - graphviz/commitdiff
Removed out of date comment concerning subgraphs without bodies.
authorEmden R. Gansner <erg@alum.mit.edu>
Thu, 21 Aug 2014 14:23:12 +0000 (10:23 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Thu, 21 Aug 2014 14:23:12 +0000 (10:23 -0400)
doc/info/lang.html
doc/infosrc/lang.2

index 5395cb0426147e86195ee09ab154cc12aee5789c..c0c6e1d78568b429bfa68b85929edda7d110ed64 100644 (file)
@@ -145,10 +145,7 @@ The language supports C++-style comments: <TT>/* */</TT> and <TT>//</TT>.
 In addition, a line beginning with a '#' character is considered a line
 output from a C preprocessor (e.g., #  34 to indicate line 34 ) and discarded.
 <P>
-Semicolons aid readability but are not required except in the rare case
-that a named subgraph with no body immediately preceeds an anonymous
-subgraph, since the precedence rules cause this sequence to be parsed as
-a subgraph with a heading and a body.
+Semicolons and commas aid readability but are not required.
 Also, any amount of whitespace may be inserted between terminals.
 <P>
 As another aid for readability, dot allows double-quoted strings to
index da55dbddf2731eec09e8ce13a6069f721fc5ba44..1d5d79cfe035674375a3dd2beb034bab502ea347 100644 (file)
@@ -36,10 +36,7 @@ The language supports C++-style comments: <TT>/* */</TT> and <TT>//</TT>.
 In addition, a line beginning with a '#' character is considered a line
 output from a C preprocessor (e.g., #  34 to indicate line 34 ) and discarded.
 <P>
-Semicolons aid readability but are not required except in the rare case
-that a named subgraph with no body immediately preceeds an anonymous
-subgraph, since the precedence rules cause this sequence to be parsed as
-a subgraph with a heading and a body.
+Semicolons and commas aid readability but are not required.
 Also, any amount of whitespace may be inserted between terminals.
 <P>
 As another aid for readability, dot allows double-quoted strings to