Merge pull request #5668 from kumpera/wasm-work-p4
[mono.git] / docs / sources / mono-api-methods.html
index ae12de2fbb5780ef7d60195c9fdf3152e307b168..3eac14009adcbce1c3a8996652a4dfb51184d661 100644 (file)
@@ -14,7 +14,7 @@
        managed implementation of System.Version, creating an instance
        of the object, and then invoking the constructor on it.
 
-       <div class="header">
+       <div class="mapi-header">
 MonoObject*
 create_version (MonoDomain *domain, guint32 major, guint32 minor, guint32 build, guint32 revision)
 {
@@ -162,7 +162,7 @@ If you want to invoke generic methods, you must call the method on the
 "inflated" class, which you can obtain from the
 <tt>mono_object_get_class()</tt>
 
-<div class="code">
+<div class="mapi-code">
 MonoClass *clazz;
 MonoMethod *method;