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:
parent
86d915f9f0
commit
b0026fcdd6
|
@ -96,7 +96,7 @@ namespace Nuclex.Support {
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Searches backwards for the first occurence of a character other than the
|
/// 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>
|
/// </summary>
|
||||||
/// <param name="haystack">String that will be scanned in</param>
|
/// <param name="haystack">String that will be scanned in</param>
|
||||||
/// <param name="anyNotOf">Characters to not look for in the scanned string</param>
|
/// <param name="anyNotOf">Characters to not look for in the scanned string</param>
|
||||||
|
|
|
@ -98,7 +98,7 @@ namespace Nuclex.Support {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the position of the first element in the range delimited by the array segment,
|
/// Gets the position of the first element in the range delimited by the array segment,
|
||||||
/// relative to the start of the original array
|
/// relative to the start of the original array
|
||||||
/// </summary
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// The position of the first element in the range delimited by the
|
/// The position of the first element in the range delimited by the
|
||||||
/// <see cref="StringSegment" />, relative to the start of the original array
|
/// <see cref="StringSegment" />, relative to the start of the original array
|
||||||
|
|
Loading…
Reference in New Issue
Block a user