Fossil SCM
Fix comment explaining JS graph generation
Commit
1860c6d6ded94bf7f591b9f2ca1cad8e26da5c53
Parent
4f2f04495c2a51f…
1 file changed
+2
-2
+2
-2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -608,12 +608,12 @@ | ||
| 608 | 608 | ** for the upward portion of a merge arrow. The merge arrow goes up |
| 609 | 609 | ** to the row identified by mu:. If this value is zero then |
| 610 | 610 | ** node has no merge children and no merge-out line is drawn. |
| 611 | 611 | ** mu: The id of the row which is the top of the merge-out arrow. |
| 612 | 612 | ** u: Draw a thick child-line out of the top of this node and up to |
| 613 | - ** the node with an id equal to this value. 0 if there is no | |
| 614 | - ** thick-line riser. | |
| 613 | + ** the node with an id equal to this value. 0 if it is straight to | |
| 614 | + ** the top of the page, -1 if there is no thick-line riser. | |
| 615 | 615 | ** f: 0x01: a leaf node. |
| 616 | 616 | ** au: An array of integers that define thick-line risers for branches. |
| 617 | 617 | ** The integers are in pairs. For each pair, the first integer is |
| 618 | 618 | ** is the rail on which the riser should run and the second integer |
| 619 | 619 | ** is the id of the node upto which the riser should run. |
| 620 | 620 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -608,12 +608,12 @@ | |
| 608 | ** for the upward portion of a merge arrow. The merge arrow goes up |
| 609 | ** to the row identified by mu:. If this value is zero then |
| 610 | ** node has no merge children and no merge-out line is drawn. |
| 611 | ** mu: The id of the row which is the top of the merge-out arrow. |
| 612 | ** u: Draw a thick child-line out of the top of this node and up to |
| 613 | ** the node with an id equal to this value. 0 if there is no |
| 614 | ** thick-line riser. |
| 615 | ** f: 0x01: a leaf node. |
| 616 | ** au: An array of integers that define thick-line risers for branches. |
| 617 | ** The integers are in pairs. For each pair, the first integer is |
| 618 | ** is the rail on which the riser should run and the second integer |
| 619 | ** is the id of the node upto which the riser should run. |
| 620 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -608,12 +608,12 @@ | |
| 608 | ** for the upward portion of a merge arrow. The merge arrow goes up |
| 609 | ** to the row identified by mu:. If this value is zero then |
| 610 | ** node has no merge children and no merge-out line is drawn. |
| 611 | ** mu: The id of the row which is the top of the merge-out arrow. |
| 612 | ** u: Draw a thick child-line out of the top of this node and up to |
| 613 | ** the node with an id equal to this value. 0 if it is straight to |
| 614 | ** the top of the page, -1 if there is no thick-line riser. |
| 615 | ** f: 0x01: a leaf node. |
| 616 | ** au: An array of integers that define thick-line risers for branches. |
| 617 | ** The integers are in pairs. For each pair, the first integer is |
| 618 | ** is the rail on which the riser should run and the second integer |
| 619 | ** is the id of the node upto which the riser should run. |
| 620 |