Skip to content

Commit 0b686cf

Browse files
committed
add XML comment to public method
1 parent 09af7ab commit 0b686cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/Orts.Simulation/Simulation/Transfertables.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ public class Transfertable : MovingTable
5757

5858
protected Transfertable(STFReader stf, Simulator simulator) : base(stf, simulator) { }
5959

60+
/// <summary>
61+
/// Create a transfer table from an STF definition block.
62+
/// </summary>
6063
public static Transfertable CreateFrom(STFReader stf, Simulator simulator)
6164
{
6265
var worldPosition = new WorldPosition();

0 commit comments

Comments
 (0)