doc/lgf.dox
changeset 212 1ae84dea7d09
parent 209 765619b7cbb2
child 236 da953e387d31
     1.1 --- a/doc/lgf.dox	Sun Jul 13 20:09:47 2008 +0100
     1.2 +++ b/doc/lgf.dox	Mon Jul 14 09:15:23 2008 +0200
     1.3 @@ -57,10 +57,10 @@
     1.4  
     1.5  \code
     1.6   @nodes
     1.7 - label   coordinates size    title
     1.8 - 1       (10,20)     10      "First node"
     1.9 - 2       (80,80)     8       "Second node"
    1.10 - 3       (40,10)     10      "Third node"
    1.11 + label  coordinates  size    title
    1.12 + 1      (10,20)      10      "First node"
    1.13 + 2      (80,80)      8       "Second node"
    1.14 + 3      (40,10)      10      "Third node"
    1.15  \endcode
    1.16  
    1.17  The \c \@arcs section is very similar to the \c \@nodes section,
    1.18 @@ -72,7 +72,7 @@
    1.19  
    1.20  \code
    1.21   @arcs
    1.22 -               capacity
    1.23 +         capacity
    1.24   1   2   16
    1.25   1   3   12
    1.26   2   3   18