changeset 141:32b774f24017

Re #22 - Get errored file loading * Correct documentation
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Sep 2009 11:13:47 +0000
parents 678054e2bc02
children b4d1ed685490
files api/WarFoundryLoader.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/api/WarFoundryLoader.cs	Sun Sep 13 19:04:13 2009 +0000
+++ b/api/WarFoundryLoader.cs	Sat Sep 19 11:13:47 2009 +0000
@@ -137,7 +137,7 @@
 		/// Loads all of the data files in the registered directories.
 		/// </summary>
 		/// <returns>
-		/// A <see cref="Dictionary"/> of files that failed to load mapped against the message that their failure returned
+		/// A <see cref="List"/> of <see cref="FileLoadFailure"/> for files that failed to load
 		/// </returns>
 		public List<FileLoadFailure> LoadFiles()
 		{