Fix a few

This commit is contained in:
sta 2014-03-03 20:00:47 +09:00
parent 2ec26308a7
commit 639b056f1a

View File

@ -99,7 +99,7 @@ namespace WebSocketSharp
/// <param name="output"> /// <param name="output">
/// An <c>Action&lt;LogData, string&gt;</c> delegate that references the method(s) /// An <c>Action&lt;LogData, string&gt;</c> delegate that references the method(s)
/// used to output a log. A <see cref="string"/> parameter passed to this delegate /// used to output a log. A <see cref="string"/> parameter passed to this delegate
/// is <paramref name="file"/> if any. /// is <paramref name="file"/>.
/// </param> /// </param>
public Logger (LogLevel level, string file, Action<LogData, string> output) public Logger (LogLevel level, string file, Action<LogData, string> output)
{ {
@ -162,7 +162,7 @@ namespace WebSocketSharp
/// <para> /// <para>
/// An <c>Action&lt;LogData, string&gt;</c> delegate that references the method(s) used to /// An <c>Action&lt;LogData, string&gt;</c> delegate that references the method(s) used to
/// output a log. A <see cref="string"/> parameter passed to this delegate is the value of /// output a log. A <see cref="string"/> parameter passed to this delegate is the value of
/// the <see cref="Logger.File"/> if any. /// the <see cref="Logger.File"/>.
/// </para> /// </para>
/// <para> /// <para>
/// If the value to set is <see langword="null"/>, the current output action is changed to /// If the value to set is <see langword="null"/>, the current output action is changed to