Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / wrapper-types.h
index 909113cae8e97077451a2dedf70dea6fbf87b99f..90ac3d80ad37cba2e2b00d2bb0cbd5f4ca9b24d8 100644 (file)
@@ -1,4 +1,6 @@
-/* NOTE NOTE NOTE
+/**
+ * \file
+ * NOTE NOTE NOTE
  * No additional wrapper types should be added.
  * If a new wrapper is asolutely necessary, an existing one needs
  * to be removed first (with all the change that implies).
@@ -17,10 +19,8 @@ WRAPPER(XDOMAIN_INVOKE, "xdomain-invoke")
 WRAPPER(XDOMAIN_DISPATCH, "xdomain-dispatch")
 WRAPPER(LDFLD, "ldfld")
 WRAPPER(STFLD, "stfld")
-WRAPPER(STFLD_REMOTE, "stfld-remote")
 WRAPPER(SYNCHRONIZED, "synchronized")
 WRAPPER(DYNAMIC_METHOD, "dynamic-method")
-WRAPPER(ISINST, "isinst")
 WRAPPER(CASTCLASS, "castclass")
 WRAPPER(PROXY_ISINST, "proxy_isinst")
 WRAPPER(STELEMREF, "stelemref")