[docs] Fix exdoc warnings.
authorJon Purdy <evincarofautumn@gmail.com>
Thu, 23 Feb 2017 02:29:29 +0000 (18:29 -0800)
committerJon Purdy <evincarofautumn@gmail.com>
Fri, 24 Mar 2017 20:43:07 +0000 (13:43 -0700)
mono/metadata/class.c
mono/metadata/image.c
mono/metadata/loader.c
mono/metadata/mempool.c
mono/metadata/object.c
mono/utils/mono-codeman.c

index de1825056a748fce77e4369a3617c7bd53748fd3..83ceea0cd28792da0aab9c7827125d818d97196d 100644 (file)
@@ -7517,7 +7517,7 @@ mono_class_from_name_case (MonoImage *image, const char* name_space, const char
 }
 
 /**
- * mono_class_from_name_case:
+ * mono_class_from_name_case_checked:
  * @image: The MonoImage where the type is looked up in
  * @name_space: the type namespace
  * @name: the type short name.
index b43c891041131b585956f058245e56fcebf54c9b..c1dcf2248f8e2e0fa7ed080074a128d0adcfd478 100644 (file)
@@ -1396,7 +1396,7 @@ do_mono_image_open (const char *fname, MonoImageOpenStatus *status,
 }
 
 /**
- * mono_image_loaded:
+ * mono_image_loaded_full:
  * @name: path or assembly name of the image to load
  * @refonly: Check with respect to reflection-only loads?
  *
index 819ad0d9ed6f9c4ddd1582ec1ff89848a74b644b..a9fa8ead565100666d554391e5d3c9bf502f1011 100644 (file)
@@ -2331,7 +2331,7 @@ mono_loader_unlock_if_inited (void)
 }
 
 /**
- * mono_method_signature:
+ * mono_method_signature_checked:
  *
  * Return the signature of the method M. On failure, returns NULL, and ERR is set.
  */
index ebe9b65c31297f0040d6dda30d24608f982b5286..9c60b6964f95a2916c7383423a29c273b6ad2069 100644 (file)
@@ -225,7 +225,7 @@ mono_backtrace (int size)
 #endif
 
 /**
- * mono_mempool_alloc:
+ * get_next_size:
  * @pool: the memory pool to use
  * @size: size of the memory entity we are trying to allocate
  *
index 157d4e360ff214e84ee99702b262ca6246244d5a..28fbd58dd8dc8c4a4a02db25ebf034e0e6add328 100644 (file)
@@ -654,7 +654,7 @@ mono_compile_method (MonoMethod *method)
 }
 
 /**
- * mono_compile_method:
+ * mono_compile_method_checked:
  * @method: The method to compile.
  * @error: set on error.
  *
@@ -2746,7 +2746,7 @@ mono_object_get_virtual_method (MonoObject *obj_raw, MonoMethod *method)
 }
 
 /**
- * mono_object_get_virtual_method:
+ * mono_object_handle_get_virtual_method:
  * @obj: object to operate on.
  * @method: method 
  *
@@ -3995,7 +3995,7 @@ mono_runtime_get_main_args (void)
 }
 
 /**
- * mono_runtime_get_main_args:
+ * mono_runtime_get_main_args_checked:
  * @error: set on error
  *
  * Returns: a MonoArray with the arguments passed to the main
@@ -6066,7 +6066,7 @@ mono_string_new_utf16_handle (MonoDomain *domain, const guint16 *text, gint32 le
 }
 
 /**
- * mono_string_new_utf32:
+ * mono_string_new_utf32_checked:
  * @text: a pointer to an utf32 string
  * @len: the length of the string
  * @error: set on failure.
index b799525593245ee0721ca24171889d7923a2cfe4..8ba8c9031511b6c0c551024d8267bd47fd93e949 100644 (file)
@@ -436,7 +436,7 @@ new_codechunk (CodeChunk *last, int dynamic, int size)
 }
 
 /**
- * mono_code_manager_reserve:
+ * mono_code_manager_reserve_align:
  * @cman: a code manager
  * @size: size of memory to allocate
  * @alignment: power of two alignment value