Author: ankit
Date: 2005-10-28 10:17:46 -0400 (Fri, 28 Oct 2005)
New Revision: 52323

Modified:
   trunk/mono/mono/dis/ChangeLog
   trunk/mono/mono/dis/get.c
Log:
* dis_stringify_method_signature: Add detail for 'returns:' in the comment.


Modified: trunk/mono/mono/dis/ChangeLog
===================================================================
--- trunk/mono/mono/dis/ChangeLog       2005-10-28 14:16:32 UTC (rev 52322)
+++ trunk/mono/mono/dis/ChangeLog       2005-10-28 14:17:46 UTC (rev 52323)
@@ -1,5 +1,9 @@
 2005-10-28  Ankit Jain  <[EMAIL PROTECTED]>
 
+       * dis_stringify_method_signature: Add detail for 'returns:' in the 
comment.
+
+2005-10-28  Ankit Jain  <[EMAIL PROTECTED]>
+
        * tests: Add new directory for test cases.
 
 2005-10-28  Ankit Jain  <[EMAIL PROTECTED]>

Modified: trunk/mono/mono/dis/get.c
===================================================================
--- trunk/mono/mono/dis/get.c   2005-10-28 14:16:32 UTC (rev 52322)
+++ trunk/mono/mono/dis/get.c   2005-10-28 14:17:46 UTC (rev 52323)
@@ -841,6 +841,8 @@
  * @context: generic context, generic method's context in case of a Generic 
method
  *          or a generic type's context. if [EMAIL PROTECTED], treats it as a 
non-generic method
  * @fully_qualified: TRUE to print type name also.
+ *
+ * Returns: Allocated stringified method signature
  */
 char*
 dis_stringify_method_signature (MonoImage *m, MonoMethodSignature *method, int 
methoddef_row,

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to