X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fparse.c;h=af1377d7012b7e0da4377e0a08e8d563b1a1dd6c;hb=HEAD;hp=9f03ecd923f6ae6acc7b5eeaf88b3cdabd86e890;hpb=a86062cef0e0c9c0109dd6f376f5458d4870aa33;p=mono.git diff --git a/mono/utils/parse.c b/mono/utils/parse.c index 9f03ecd923f..af1377d7012 100644 --- a/mono/utils/parse.c +++ b/mono/utils/parse.c @@ -18,14 +18,11 @@ /** * mono_gc_parse_environment_string_extract_number: - * - * @str: points to the first digit of the number - * @out: pointer to the variable that will receive the value - * + * \param str points to the first digit of the number + * \param out pointer to the variable that will receive the value * Tries to extract a number from the passed string, taking in to account m, k * and g suffixes - * - * Returns true if passing was successful + * \returns TRUE if passing was successful */ gboolean mono_gc_parse_environment_string_extract_number (const char *str, size_t *out)