You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2004/06/07 03:04:18 UTC

cvs commit: logging-log4net/src/Layout XMLLayout.cs

nicko       2004/06/06 18:04:18

  Modified:    src/Layout XMLLayout.cs
  Log:
  Fixed doc comments
  
  Revision  Changes    Path
  1.4       +2 -2      logging-log4net/src/Layout/XMLLayout.cs
  
  Index: XMLLayout.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Layout/XMLLayout.cs,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLLayout.cs	30 May 2004 11:10:07 -0000	1.3
  +++ XMLLayout.cs	7 Jun 2004 01:04:18 -0000	1.4
  @@ -37,7 +37,7 @@
   	/// in a separate file to form a correct XML file.
   	/// </para>
   	/// <para>
  -	/// For example, if <code>abc</code> is the name of the file where
  +	/// For example, if <c>abc</c> is the name of the file where
   	/// the <see cref="XmlLayout" /> output goes, then a well-formed XML file would 
   	/// be:
   	/// </para>
  @@ -55,7 +55,7 @@
   	/// and the appender where it is embedded.
   	/// </para>
   	/// <para>
  -	/// The <code>version</code> attribute helps components to correctly
  +	/// The <c>version</c> attribute helps components to correctly
   	/// interpret output generated by <see cref="XmlLayout" />. The value of 
   	/// this attribute should be "1.2" for release 1.2 and later.
   	/// </para>