Fixed some compiler warnings; removed the "Mixed Platforms" build configuration from the solution

git-svn-id: file:///srv/devel/repo-conversion/nusu@87 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2008-08-04 19:46:37 +00:00
parent 86d915f9f0
commit b0026fcdd6
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ namespace Nuclex.Support {
/// <summary>
/// Searches backwards for the first occurence of a character other than the
/// characters listed in the <see cref="anyNotOf" /> parameter
/// characters listed in the <see pref="anyNotOf" /> parameter
/// </summary>
/// <param name="haystack">String that will be scanned in</param>
/// <param name="anyNotOf">Characters to not look for in the scanned string</param>

View File

@ -98,7 +98,7 @@ namespace Nuclex.Support {
/// <summary>
/// Gets the position of the first element in the range delimited by the array segment,
/// relative to the start of the original array
/// </summary
/// </summary>
/// <returns>
/// The position of the first element in the range delimited by the
/// <see cref="StringSegment" />, relative to the start of the original array