Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / wrapper-types.h
index fc2c8954426a32bdba980bdc7f203c66bb8bc205..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).
@@ -19,7 +21,6 @@ WRAPPER(LDFLD, "ldfld")
 WRAPPER(STFLD, "stfld")
 WRAPPER(SYNCHRONIZED, "synchronized")
 WRAPPER(DYNAMIC_METHOD, "dynamic-method")
-WRAPPER(ISINST, "isinst")
 WRAPPER(CASTCLASS, "castclass")
 WRAPPER(PROXY_ISINST, "proxy_isinst")
 WRAPPER(STELEMREF, "stelemref")