Skip to content

Commit 7d6ffc6

Browse files
committed
Fill in the <returns> documentation.
1 parent 92d5f4d commit 7d6ffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Formats.OR/TimetableGroupFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ internal class TimetableGroupFileUtilities
134134
/// </summary>
135135
/// <param name="directory">The directory where the MultiTTfile is located, to prepend to all filenames.</param>
136136
/// <param name="scrStream">The MultiTTfile stream reader.</param>
137-
/// <returns></returns>
137+
/// <returns>The description (null if not present) and the list of file paths.</returns>
138138
public static (string, IEnumerable<string>) ReadMultiTTFiles(string directory, StreamReader scrStream)
139139
{
140140
string description = null;

0 commit comments

Comments
 (0)