Modified Comments to Support XML Documentation
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / Asn1Integer.cs
index 4b581664add3fa0d173dd53e6c4fe9fff9ffa509..a1886f5b3dd026fbfd2d4682a22b503f3ee697fe 100755 (executable)
@@ -43,8 +43,8 @@ namespace Novell.Directory.Ldap.Asn1
                public const int TAG = 0x02;
                
                /// <summary> ID is added for Optimization.</summary>
-               /// <summary> <p>ID needs only be one Value for every instance,
-               /// thus we create it only once.</p>
+               /// <summary> ID needs only be one Value for every instance,
+               /// thus we create it only once.
                /// </summary>
                public static readonly Asn1Identifier ID = new Asn1Identifier(Asn1Identifier.UNIVERSAL, false, TAG);
                /* Constructors for Asn1Integer
@@ -80,7 +80,7 @@ namespace Novell.Directory.Ldap.Asn1
                /// </summary>
                /// <param name="dec">The decoder object to use when decoding the
                /// input stream.  Sometimes a developer might want to pass
-               /// in his/her own decoder object<br>
+               /// in his/her own decoder object
                /// 
                /// </param>
                /// <param name="in">A byte stream that contains the encoded ASN.1
@@ -99,7 +99,7 @@ namespace Novell.Directory.Ldap.Asn1
                /// specified output stream using the specified encoder object.
                /// 
                /// </summary>
-               /// <param name="enc">Encoder object to use when encoding self.<br>
+               /// <param name="enc">Encoder object to use when encoding self.
                /// 
                /// </param>
                /// <param name="out">The output stream onto which the encoded byte