Modified: logging/log4net/trunk/src/LogManager.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/LogManager.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/LogManager.cs (original)
+++ logging/log4net/trunk/src/LogManager.cs Mon Sep  3 06:52:19 2012
@@ -31,7 +31,7 @@ namespace log4net
        /// <remarks>
        /// <para>
        /// This class has static methods that are used by a client to request
-       /// a logger instance. The <see cref="GetLogger(string)"/> method is 
+       /// a logger instance. The <see cref="M:GetLogger(string)"/> method is 
        /// used to retrieve a logger.
        /// </para>
        /// <para>
@@ -243,7 +243,7 @@ namespace log4net
                }       
 
                /// <summary>
-               /// Shorthand for <see cref="LogManager.GetLogger(string)"/>.
+               /// Shorthand for <see cref="M:LogManager.GetLogger(string)"/>.
                /// </summary>
                /// <remarks>
                /// Get the logger for the fully qualified name of the type 
specified.
@@ -256,7 +256,7 @@ namespace log4net
                }
 
                /// <summary>
-               /// Shorthand for <see cref="LogManager.GetLogger(string)"/>.
+               /// Shorthand for <see cref="M:LogManager.GetLogger(string)"/>.
                /// </summary>
                /// <remarks>
                /// Gets the logger for the fully qualified name of the type 
specified.
@@ -270,7 +270,7 @@ namespace log4net
                }
 
                /// <summary>
-               /// Shorthand for <see cref="LogManager.GetLogger(string)"/>.
+               /// Shorthand for <see cref="M:LogManager.GetLogger(string)"/>.
                /// </summary>
                /// <remarks>
                /// Gets the logger for the fully qualified name of the type 
specified.
@@ -451,7 +451,7 @@ namespace log4net
                /// <remarks>
                /// <para>
                /// Gets the <see cref="ILoggerRepository"/> for the repository 
specified
-               /// by the callers assembly (<see 
cref="Assembly.GetCallingAssembly()"/>).
+               /// by the callers assembly (<see 
cref="M:Assembly.GetCallingAssembly()"/>).
                /// </para>
                /// </remarks>
                /// <returns>The <see cref="ILoggerRepository"/> instance for 
the default repository.</returns>
@@ -502,7 +502,7 @@ namespace log4net
                /// <remarks>
                /// <para>
                /// Gets the <see cref="ILoggerRepository"/> for the repository 
specified
-               /// by the callers assembly (<see 
cref="Assembly.GetCallingAssembly()"/>).
+               /// by the callers assembly (<see 
cref="M:Assembly.GetCallingAssembly()"/>).
                /// </para>
                /// </remarks>
                /// <returns>The <see cref="ILoggerRepository"/> instance for 
the default repository.</returns>
@@ -553,7 +553,7 @@ namespace log4net
                /// </para>
                /// <para>
                /// The <see cref="ILoggerRepository"/> created will be 
associated with the repository
-               /// specified such that a call to <see cref="GetRepository()"/> 
will return 
+               /// specified such that a call to <see 
cref="M:GetRepository()"/> will return 
                /// the same repository instance.
                /// </para>
                /// </remarks>
@@ -578,7 +578,7 @@ namespace log4net
                /// <remarks>
                /// <para>
                /// The <see cref="ILoggerRepository"/> created will be 
associated with the repository
-               /// specified such that a call to <see cref="GetRepository()"/> 
will return 
+               /// specified such that a call to <see 
cref="M:GetRepository()"/> will return 
                /// the same repository instance.
                /// </para>
                /// </remarks>
@@ -686,7 +686,7 @@ namespace log4net
                /// </para>
                /// <para>
                /// The <see cref="ILoggerRepository"/> created will be 
associated with the repository
-               /// specified such that a call to <see 
cref="GetRepository(Assembly)"/> with the
+               /// specified such that a call to <see 
cref="M:GetRepository(Assembly)"/> with the
                /// same assembly specified will return the same repository 
instance.
                /// </para>
                /// </remarks>
@@ -707,7 +707,7 @@ namespace log4net
                /// <remarks>
                /// <para>
                /// The <see cref="ILoggerRepository"/> created will be 
associated with the repository
-               /// specified such that a call to <see 
cref="GetRepository(Assembly)"/> with the
+               /// specified such that a call to <see 
cref="M:GetRepository(Assembly)"/> with the
                /// same assembly specified will return the same repository 
instance.
                /// </para>
                /// </remarks>

Modified: logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs (original)
+++ logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs Mon Sep  3 
06:52:19 2012
@@ -73,7 +73,7 @@ namespace log4net.ObjectRenderer
                /// The <paramref name="rendererMap"/> parameter is
                /// provided to lookup and render other objects. This is
                /// very useful where <paramref name="obj"/> contains
-               /// nested objects of unknown type. The <see 
cref="RendererMap.FindAndRender(object)"/>
+               /// nested objects of unknown type. The <see 
cref="M:RendererMap.FindAndRender(object)"/>
                /// method can be used to render these objects.
                /// </para>
                /// <para>

Modified: logging/log4net/trunk/src/ObjectRenderer/IObjectRenderer.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/ObjectRenderer/IObjectRenderer.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/ObjectRenderer/IObjectRenderer.cs (original)
+++ logging/log4net/trunk/src/ObjectRenderer/IObjectRenderer.cs Mon Sep  3 
06:52:19 2012
@@ -52,7 +52,7 @@ namespace log4net.ObjectRenderer
                /// The <paramref name="rendererMap"/> parameter is
                /// provided to lookup and render other objects. This is
                /// very useful where <paramref name="obj"/> contains
-               /// nested objects of unknown type. The <see 
cref="RendererMap.FindAndRender(object, TextWriter)"/>
+               /// nested objects of unknown type. The <see 
cref="M:RendererMap.FindAndRender(object, TextWriter)"/>
                /// method can be used to render these objects.
                /// </para>
                /// </remarks>

Modified: logging/log4net/trunk/src/ObjectRenderer/RendererMap.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/ObjectRenderer/RendererMap.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/ObjectRenderer/RendererMap.cs (original)
+++ logging/log4net/trunk/src/ObjectRenderer/RendererMap.cs Mon Sep  3 06:52:19 
2012
@@ -33,7 +33,7 @@ namespace log4net.ObjectRenderer
        /// is used to render them.
        /// </para>
        /// <para>
-       /// The <see cref="FindAndRender(object)"/> method is used to render an
+       /// The <see cref="M:FindAndRender(object)"/> method is used to render 
an
        /// <c>object</c> using the appropriate renderers defined in this map.
        /// </para>
        /// </remarks>
@@ -77,7 +77,7 @@ namespace log4net.ObjectRenderer
                /// <remarks>
                /// <para>
                /// This is a convenience method used to render an object to a 
string.
-               /// The alternative method <see 
cref="FindAndRender(object,TextWriter)"/>
+               /// The alternative method <see 
cref="M:FindAndRender(object,TextWriter)"/>
                /// should be used when streaming output to a <see 
cref="TextWriter"/>.
                /// </para>
                /// </remarks>
@@ -104,7 +104,7 @@ namespace log4net.ObjectRenderer
                /// <para>
                /// Find the appropriate renderer for the type of the
                /// <paramref name="obj"/> parameter. This is accomplished by 
calling the
-               /// <see cref="Get(Type)"/> method. Once a renderer is found, 
it is
+               /// <see cref="M:Get(Type)"/> method. Once a renderer is found, 
it is
                /// applied on the object <paramref name="obj"/> and the result 
is returned
                /// as a <see cref="string"/>.
                /// </para>
@@ -174,7 +174,7 @@ namespace log4net.ObjectRenderer
                /// Gets the renderer for the specified object type.
                /// </param>
                /// <param>
-               /// Syntactic sugar method that calls <see cref="Get(Type)"/> 
+               /// Syntactic sugar method that calls <see cref="M:Get(Type)"/> 
                /// with the type of the object parameter.
                /// </param>
                /// </remarks>
@@ -303,7 +303,7 @@ namespace log4net.ObjectRenderer
                /// <remarks>
                /// <para>
                /// Register an object renderer for a specific source type.
-               /// This renderer will be returned from a call to <see 
cref="Get(Type)"/>
+               /// This renderer will be returned from a call to <see 
cref="M:Get(Type)"/>
                /// specifying the same <paramref name="typeToRender"/> as an 
argument.
                /// </para>
                /// </remarks>

Modified: logging/log4net/trunk/src/Plugin/RemoteLoggingServerPlugin.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Plugin/RemoteLoggingServerPlugin.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Plugin/RemoteLoggingServerPlugin.cs (original)
+++ logging/log4net/trunk/src/Plugin/RemoteLoggingServerPlugin.cs Mon Sep  3 
06:52:19 2012
@@ -94,7 +94,7 @@ namespace log4net.Plugin
                /// <remarks>
                /// <para>
                /// This is the name under which the object is marshaled.
-               /// <see 
cref="RemotingServices.Marshal(MarshalByRefObject,String,Type)"/>
+               /// <see 
cref="M:RemotingServices.Marshal(MarshalByRefObject,String,Type)"/>
                /// </para>
                /// </remarks>
                public virtual string SinkUri 

Modified: logging/log4net/trunk/src/Repository/Hierarchy/Hierarchy.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Repository/Hierarchy/Hierarchy.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Repository/Hierarchy/Hierarchy.cs (original)
+++ logging/log4net/trunk/src/Repository/Hierarchy/Hierarchy.cs Mon Sep  3 
06:52:19 2012
@@ -105,7 +105,7 @@ namespace log4net.Repository.Hierarchy
        /// </para>
        /// <para>
        /// The structure of the logger hierarchy is maintained by the
-       /// <see cref="GetLogger(string)"/> method. The hierarchy is such that 
children
+       /// <see cref="M:GetLogger(string)"/> method. The hierarchy is such 
that children
        /// link to their parent but parents do not have any references to their
        /// children. Moreover, loggers can be instantiated in any order, in
        /// particular descendant before ancestor.
@@ -457,7 +457,7 @@ namespace log4net.Repository.Hierarchy
                /// This method should not normally be used to log.
                /// The <see cref="ILog"/> interface should be used 
                /// for routine logging. This interface can be obtained
-               /// using the <see 
cref="log4net.LogManager.GetLogger(string)"/> method.
+               /// using the <see 
cref="M:log4net.LogManager.GetLogger(string)"/> method.
                /// </para>
                /// <para>
                /// The <c>logEvent</c> is delivered to the appropriate logger 
and
@@ -568,7 +568,7 @@ namespace log4net.Repository.Hierarchy
                /// <remarks>
                /// <para>
                /// This method provides the same functionality as the 
-               /// <see 
cref="IBasicRepositoryConfigurator.Configure(IAppender)"/> method implemented
+               /// <see 
cref="M:IBasicRepositoryConfigurator.Configure(IAppender)"/> method implemented
                /// on this object, but it is protected and therefore can be 
called by subclasses.
                /// </para>
                /// </remarks>
@@ -612,7 +612,7 @@ namespace log4net.Repository.Hierarchy
                /// <remarks>
                /// <para>
                /// This method provides the same functionality as the 
-               /// <see 
cref="IBasicRepositoryConfigurator.Configure(IAppender)"/> method implemented
+               /// <see 
cref="M:IBasicRepositoryConfigurator.Configure(IAppender)"/> method implemented
                /// on this object, but it is protected and therefore can be 
called by subclasses.
                /// </para>
                /// </remarks>

Modified: logging/log4net/trunk/src/Repository/ILoggerRepository.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Repository/ILoggerRepository.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Repository/ILoggerRepository.cs (original)
+++ logging/log4net/trunk/src/Repository/ILoggerRepository.cs Mon Sep  3 
06:52:19 2012
@@ -219,7 +219,7 @@ namespace log4net.Repository
                /// lost.
                /// </para>
                /// <para>
-               /// The <see cref="Shutdown()"/> method is careful to close 
nested
+               /// The <see cref="M:Shutdown()"/> method is careful to close 
nested
                /// appenders before closing regular appenders. This is allows
                /// configurations where a regular appender is attached to a 
logger
                /// and again to a nested appender.
@@ -254,7 +254,7 @@ namespace log4net.Repository
                /// This method should not normally be used to log.
                /// The <see cref="ILog"/> interface should be used 
                /// for routine logging. This interface can be obtained
-               /// using the <see 
cref="log4net.LogManager.GetLogger(string)"/> method.
+               /// using the <see 
cref="M:log4net.LogManager.GetLogger(string)"/> method.
                /// </para>
                /// <para>
                /// The <c>logEvent</c> is delivered to the appropriate logger 
and

Modified: logging/log4net/trunk/src/Repository/LoggerRepositorySkeleton.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Repository/LoggerRepositorySkeleton.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Repository/LoggerRepositorySkeleton.cs (original)
+++ logging/log4net/trunk/src/Repository/LoggerRepositorySkeleton.cs Mon Sep  3 
06:52:19 2012
@@ -307,7 +307,7 @@ namespace log4net.Repository
                /// This method should not normally be used to log.
                /// The <see cref="ILog"/> interface should be used 
                /// for routine logging. This interface can be obtained
-               /// using the <see 
cref="log4net.LogManager.GetLogger(string)"/> method.
+               /// using the <see 
cref="M:log4net.LogManager.GetLogger(string)"/> method.
                /// </para>
                /// <para>
                /// The <c>logEvent</c> is delivered to the appropriate logger 
and

Modified: logging/log4net/trunk/src/Util/NativeError.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/NativeError.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/NativeError.cs (original)
+++ logging/log4net/trunk/src/Util/NativeError.cs Mon Sep  3 06:52:19 2012
@@ -257,7 +257,7 @@ namespace log4net.Util 
                /// </para>
                /// <para>
                /// If the function fails, the return value is zero. To get 
extended error information, 
-               /// call <see cref="Marshal.GetLastWin32Error()" />.
+               /// call <see cref="M:Marshal.GetLastWin32Error()" />.
                /// </para>
                /// </returns>
 #if NETCF

Modified: logging/log4net/trunk/src/Util/PatternString.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/PatternString.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/PatternString.cs (original)
+++ logging/log4net/trunk/src/Util/PatternString.cs Mon Sep  3 06:52:19 2012
@@ -73,7 +73,7 @@ namespace log4net.Util
        ///                     </para>
        ///                     <para>
        ///                     The date format specifier admits the same 
syntax as the
-       ///                     time pattern string of the <see 
cref="DateTime.ToString(string)"/>.
+       ///                     time pattern string of the <see 
cref="M:DateTime.ToString(string)"/>.
        ///                     </para>
        ///                     <para>
        ///                     For better results it is recommended to use the 
log4net date
@@ -86,7 +86,7 @@ namespace log4net.Util
        ///                     </para>
        ///                     <para>
        ///                     These dedicated date formatters perform 
significantly
-       ///                     better than <see 
cref="DateTime.ToString(string)"/>.
+       ///                     better than <see 
cref="M:DateTime.ToString(string)"/>.
        ///                     </para>
        ///         </description>
        ///     </item>
@@ -208,7 +208,7 @@ namespace log4net.Util
        ///                     </para>
        ///                     <para>
        ///                     The date format specifier admits the same 
syntax as the
-       ///                     time pattern string of the <see 
cref="DateTime.ToString(string)"/>.
+       ///                     time pattern string of the <see 
cref="M:DateTime.ToString(string)"/>.
        ///                     </para>
        ///                     <para>
        ///                     For better results it is recommended to use the 
log4net date
@@ -221,7 +221,7 @@ namespace log4net.Util
        ///                     </para>
        ///                     <para>
        ///                     These dedicated date formatters perform 
significantly
-       ///                     better than <see 
cref="DateTime.ToString(string)"/>.
+       ///                     better than <see 
cref="M:DateTime.ToString(string)"/>.
        ///                     </para>
        ///         </description>
        ///     </item>
@@ -236,8 +236,8 @@ namespace log4net.Util
        /// </list>
        /// <para>
        /// Additional pattern converters may be registered with a specific 
<see cref="PatternString"/>
-       /// instance using <see cref="AddConverter(ConverterInfo)"/> or
-       /// <see cref="AddConverter(string, Type)" />.
+       /// instance using <see cref="M:AddConverter(ConverterInfo)"/> or
+       /// <see cref="M:AddConverter(string, Type)" />.
        /// </para>
        /// <para>
        /// See the <see cref="log4net.Layout.PatternLayout"/> for details on 
the 
@@ -462,7 +462,7 @@ namespace log4net.Util
                /// <remarks>
                /// <para>
                /// This version of the method is used by the configurator.
-               /// Programmatic users should use the alternative <see 
cref="AddConverter(string,Type)"/> method.
+               /// Programmatic users should use the alternative <see 
cref="M:AddConverter(string,Type)"/> method.
                /// </para>
                /// </remarks>
                public void AddConverter(ConverterInfo converterInfo)

Modified: 
logging/log4net/trunk/src/Util/PatternStringConverters/DatePatternConverter.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/PatternStringConverters/DatePatternConverter.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- 
logging/log4net/trunk/src/Util/PatternStringConverters/DatePatternConverter.cs 
(original)
+++ 
logging/log4net/trunk/src/Util/PatternStringConverters/DatePatternConverter.cs 
Mon Sep  3 06:52:19 2012
@@ -69,7 +69,7 @@ namespace log4net.Util.PatternStringConv
        ///             <description>
        ///             Any other pattern string uses the <see 
cref="SimpleDateFormatter"/> formatter. 
        ///             This formatter passes the pattern string to the <see 
cref="DateTime"/> 
-       ///             <see cref="DateTime.ToString(string)"/> method.
+       ///             <see cref="M:DateTime.ToString(string)"/> method.
        ///             For details on valid patterns see 
        ///             <a 
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemglobalizationdatetimeformatinfoclasstopic.asp";>DateTimeFormatInfo
 Class</a>.
        ///             </description>

Modified: logging/log4net/trunk/src/Util/SystemInfo.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/SystemInfo.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/SystemInfo.cs (original)
+++ logging/log4net/trunk/src/Util/SystemInfo.cs Mon Sep  3 06:52:19 2012
@@ -566,7 +566,7 @@ namespace log4net.Util
                /// <para>
                /// If the type name is fully qualified, i.e. if contains an 
assembly name in 
                /// the type name, the type will be loaded from the system 
using 
-               /// <see cref="Type.GetType(string,bool)"/>.
+               /// <see cref="M:Type.GetType(string,bool)"/>.
                /// </para>
                /// <para>
                /// If the type name is not fully qualified, it will be loaded 
from the assembly
@@ -590,7 +590,7 @@ namespace log4net.Util
                /// <para>
                /// If the type name is fully qualified, i.e. if contains an 
assembly name in 
                /// the type name, the type will be loaded from the system 
using 
-               /// <see cref="Type.GetType(string,bool)"/>.
+               /// <see cref="M:Type.GetType(string,bool)"/>.
                /// </para>
                /// <para>
                /// If the type name is not fully qualified it will be loaded 
from the
@@ -615,7 +615,7 @@ namespace log4net.Util
                /// <para>
                /// If the type name is fully qualified, i.e. if contains an 
assembly name in 
                /// the type name, the type will be loaded from the system 
using 
-               /// <see cref="Type.GetType(string,bool)"/>.
+               /// <see cref="M:Type.GetType(string,bool)"/>.
                /// </para>
                /// <para>
                /// If the type name is not fully qualified it will be loaded 
from the specified

Modified: logging/log4net/trunk/src/Util/TypeConverters/ConverterRegistry.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/TypeConverters/ConverterRegistry.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/TypeConverters/ConverterRegistry.cs 
(original)
+++ logging/log4net/trunk/src/Util/TypeConverters/ConverterRegistry.cs Mon Sep  
3 06:52:19 2012
@@ -33,8 +33,8 @@ namespace log4net.Util.TypeConverters
        /// types.
        /// </para>
        /// <para>
-       /// Use the <see cref="AddConverter(Type, object)"/> and 
-       /// <see cref="AddConverter(Type, Type)"/> methods to register new 
converters.
+       /// Use the <see cref="M:AddConverter(Type, object)"/> and 
+       /// <see cref="M:AddConverter(Type, Type)"/> methods to register new 
converters.
        /// The <see cref="GetConvertTo"/> and <see cref="GetConvertFrom"/> 
methods
        /// lookup appropriate converters to use.
        /// </para>

Modified: logging/log4net/trunk/src/Util/TypeConverters/EncodingConverter.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/TypeConverters/EncodingConverter.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/TypeConverters/EncodingConverter.cs 
(original)
+++ logging/log4net/trunk/src/Util/TypeConverters/EncodingConverter.cs Mon Sep  
3 06:52:19 2012
@@ -62,7 +62,7 @@ namespace log4net.Util.TypeConverters
                /// <returns>the encoding</returns>
                /// <remarks>
                /// <para>
-               /// Uses the <see cref="Encoding.GetEncoding(string)"/> method 
to 
+               /// Uses the <see cref="M:Encoding.GetEncoding(string)"/> 
method to 
                /// convert the <see cref="String"/> argument to an <see 
cref="Encoding"/>.
                /// </para>
                /// </remarks>

Modified: 
logging/log4net/trunk/src/Util/TypeConverters/PatternStringConverter.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/TypeConverters/PatternStringConverter.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/TypeConverters/PatternStringConverter.cs 
(original)
+++ logging/log4net/trunk/src/Util/TypeConverters/PatternStringConverter.cs Mon 
Sep  3 06:52:19 2012
@@ -69,7 +69,7 @@ namespace log4net.Util.TypeConverters
                /// <returns>the converted object</returns>
                /// <remarks>
                /// <para>
-               /// Uses the <see cref="PatternString.Format()"/> method to 
convert the
+               /// Uses the <see cref="M:PatternString.Format()"/> method to 
convert the
                /// <see cref="PatternString"/> argument to a <see 
cref="String"/>.
                /// </para>
                /// </remarks>

Modified: logging/log4net/trunk/src/Util/TypeConverters/TypeConverter.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/TypeConverters/TypeConverter.cs?rev=1380139&r1=1380138&r2=1380139&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/TypeConverters/TypeConverter.cs (original)
+++ logging/log4net/trunk/src/Util/TypeConverters/TypeConverter.cs Mon Sep  3 
06:52:19 2012
@@ -61,7 +61,7 @@ namespace log4net.Util.TypeConverters
                /// <returns>the Type</returns>
                /// <remarks>
                /// <para>
-               /// Uses the <see cref="Type.GetType(string,bool)"/> method to 
convert the
+               /// Uses the <see cref="M:Type.GetType(string,bool)"/> method 
to convert the
                /// <see cref="String"/> argument to a <see cref="Type"/>.
                /// Additional effort is made to locate partially specified 
types
                /// by searching the loaded assemblies.


Reply via email to