svn path=/trunk/mcs/; revision=74905
[mono.git] / mcs / mcs / doc-bootstrap.cs
index fb1092cf97059c5a82731e487af4915c50995c0b..99d0ff591db78f016812c89df4f461a830470964 100644 (file)
@@ -25,12 +25,12 @@ namespace Mono.CSharp {
                {
                }
 
-               public static string GetMethodDocCommentName (MethodCore mc, DeclSpace ds)
+               public static string GetMethodDocCommentName (MemberCore mc, Parameters p, DeclSpace ds)
                {
                        return "";
                }
 
-               internal static void OnMethodGenerateDocComment (MethodCore mc, DeclSpace ds, XmlElement el)
+               internal static void OnMethodGenerateDocComment (MethodCore mc, XmlElement el)
                {
                }