More inline docs
authorMiguel de Icaza <miguel@gnome.org>
Thu, 5 Sep 2013 16:12:04 +0000 (12:12 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 11 Sep 2013 19:06:18 +0000 (15:06 -0400)
mono/metadata/reflection.c

index 51ac39ae6e55f8d8e1ed73280790d93e39a1a1a9..4605e587f782b9b1823761934cfbd978800c6730 100644 (file)
@@ -8727,6 +8727,15 @@ mono_custom_attrs_from_field (MonoClass *klass, MonoClassField *field)
        return mono_custom_attrs_from_index (klass->image, idx);
 }
 
+/**
+ * mono_custom_attrs_from_param:
+ * @method: handle to the method that we want to retrieve custom parameter information from
+ * @param: parameter number, where zero represent the return value, and one is the first parameter in the method
+ *
+ * The result must be released with mono_custom_attrs_free().
+ *
+ * Returns: the custom attribute object for the specified parameter, or NULL if there are none.
+ */
 MonoCustomAttrInfo*
 mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
 {