@@ -129,11 +129,6 @@ public partial class RollingFileAppender : FileAppender
129129 /// <summary>
130130 /// Style of rolling to use
131131 /// </summary>
132- /// <remarks>
133- /// <para>
134- /// Style of rolling to use
135- /// </para>
136- /// </remarks>
137132 public enum RollingMode
138133 {
139134 /// <summary>
@@ -142,13 +137,11 @@ public enum RollingMode
142137 /// <remarks>
143138 /// <para>
144139 /// Roll files once per program execution.
145- /// Well really once each time this appender is
146- /// configured.
140+ /// Well really once each time this appender is configured.
147141 /// </para>
148142 /// <para>
149- /// Setting this option also sets <c>AppendToFile</c> to
150- /// <c>false</c> on the <c>RollingFileAppender</c>, otherwise
151- /// this appender would just be a normal file appender.
143+ /// Setting this option also sets <c>AppendToFile</c> to <see langword="false"/> on the
144+ /// <see cref="RollingFileAppender"/>, otherwise this appender would just be a normal file appender.
152145 /// </para>
153146 /// </remarks>
154147 Once = 0 ,
@@ -173,9 +166,6 @@ public enum RollingMode
173166 /// The code assumes that the following 'time' constants are in a increasing sequence.
174167 /// </summary>
175168 /// <remarks>
176- /// <para>
177- /// The code assumes that the following 'time' constants are in a increasing sequence.
178- /// </para>
179169 /// </remarks>
180170 [ EditorBrowsable ( EditorBrowsableState . Never ) ]
181171 public enum RollPoint
@@ -219,11 +209,6 @@ public enum RollPoint
219209 /// <summary>
220210 /// Initializes a new instance of the <see cref="RollingFileAppender" /> class.
221211 /// </summary>
222- /// <remarks>
223- /// <para>
224- /// Default constructor.
225- /// </para>
226- /// </remarks>
227212 public RollingFileAppender ( )
228213 { }
229214
@@ -393,7 +378,7 @@ public string MaximumFileSize
393378 /// </para>
394379 /// <para>
395380 /// When set to <see cref="RollingMode.Once"/> this appender's
396- /// <see cref="FileAppender.AppendToFile"/> property is set to <c> false</c >, otherwise
381+ /// <see cref="FileAppender.AppendToFile"/> property is set to <see langword=" false"/ >, otherwise
397382 /// the appender would append to a single file rather than rolling
398383 /// the file each time it is opened.
399384 /// </para>
@@ -435,7 +420,7 @@ public RollingMode RollingStyle
435420 /// Gets or sets a value indicating whether to preserve the file name extension when rolling.
436421 /// </summary>
437422 /// <value>
438- /// <c> true</c > if the file name extension should be preserved.
423+ /// <see langword=" true"/ > if the file name extension should be preserved.
439424 /// </value>
440425 /// <remarks>
441426 /// <para>
@@ -452,7 +437,7 @@ public RollingMode RollingStyle
452437 /// the same file.
453438 /// </summary>
454439 /// <value>
455- /// <c> true</c > if always should be logged to the same file, otherwise <c> false</c >.
440+ /// <see langword=" true"/ > if always should be logged to the same file, otherwise <see langword=" false"/ >.
456441 /// </value>
457442 /// <remarks>
458443 /// <para>
0 commit comments