We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d5f4d commit 7d6ffc6Copy full SHA for 7d6ffc6
Source/Orts.Formats.OR/TimetableGroupFile.cs
@@ -134,7 +134,7 @@ internal class TimetableGroupFileUtilities
134
/// </summary>
135
/// <param name="directory">The directory where the MultiTTfile is located, to prepend to all filenames.</param>
136
/// <param name="scrStream">The MultiTTfile stream reader.</param>
137
- /// <returns></returns>
+ /// <returns>The description (null if not present) and the list of file paths.</returns>
138
public static (string, IEnumerable<string>) ReadMultiTTFiles(string directory, StreamReader scrStream)
139
{
140
string description = null;
0 commit comments