Merge pull request #4621 from alexanderkyte/strdup_env
[mono.git] / mono / utils / mono-publib.c
index 927a933d54bb50dde98dfd235926ea0e741ed918..9dec4e76083ef1cc6f4a602619e3d4d7f1ebe708 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #include "config.h"
 #include <mono/utils/mono-publib.h>
 #include <glib.h>
@@ -11,11 +15,9 @@ mono_free (void *ptr)
 
 /**
  * mono_set_allocator_vtable
- *
- * Make the runtime use the functions in @vtable for allocating memory.
+ * Make the runtime use the functions in \p vtable for allocating memory.
  * The provided functions must have the same semantics of their libc's equivalents.
- *
- * @return TRUE is the vtable was installed. FALSE if the version is incompatible.
+ * \returns TRUE if the vtable was installed. FALSE if the version is incompatible.
  */
 mono_bool
 mono_set_allocator_vtable (MonoAllocatorVTable* vtable)