nicko       2005/01/24 17:59:02

  Modified:    src/Config XmlConfiguratorAttribute.cs
  Log:
  Fixed mismatched tag in doc comment
  
  Revision  Changes    Path
  1.11      +2 -2      logging-log4net/src/Config/XmlConfiguratorAttribute.cs
  
  Index: XmlConfiguratorAttribute.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Config/XmlConfiguratorAttribute.cs,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XmlConfiguratorAttribute.cs       18 Jan 2005 20:16:29 -0000      1.10
  +++ XmlConfiguratorAttribute.cs       25 Jan 2005 01:59:02 -0000      1.11
  @@ -134,7 +134,7 @@
                /// the <b>assembly file name</b> and the config file extension.
                /// </para>
                /// <para>
  -             /// If the <see cref="ConfigFileExtension"/> is set to 
<c>MyExt</co> then
  +             /// If the <see cref="ConfigFileExtension"/> is set to 
<c>MyExt</c> then
                /// possible config file names would be: 
<c>MyConsoleApp.exe.MyExt</c> or
                /// <c>MyClassLibrary.dll.MyExt</c>.
                /// </para>
  @@ -247,4 +247,4 @@
        }
   }
   
  -#endif // !NETCF
  \ No newline at end of file
  +#endif // !NETCF
  
  
  

Reply via email to