X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=time.c;h=b77138295c2ded13d8890cf3e626a7a8a0df3494;hp=809cefc92ff9b4334669cc837936db2ee0def6ac;hb=d9f939fe8a68267a62b68546b17e1ec9a34aab0b;hpb=48027ab6ec9113c037dfd388e91579ecf0a70eae diff --git a/time.c b/time.c index 809cefc9..b7713829 100644 --- a/time.c +++ b/time.c @@ -53,7 +53,7 @@ void d2tv(double x, struct timeval *tv) * If \a diff is not \p NULL, it contains the absolute value |\a b - \a a| on * return. * - * \return If \a b < \a, this function returns -1, otherwise it returns 1. + * \return If \a b < \a a, this function returns -1, otherwise it returns 1. */ int tv_diff(const struct timeval *b, const struct timeval *a, struct timeval *diff) { @@ -82,8 +82,7 @@ int tv_diff(const struct timeval *b, const struct timeval *a, struct timeval *di * * \param a First addend. * \param b Second addend. - * - * \param \a Sum contains the sum \a + \a b on return. + * \param sum Contains the sum \a + \a b on return. */ void tv_add(const struct timeval *a, const struct timeval *b, struct timeval *sum)