From: Wouter Wijngaards Date: Fri, 13 Aug 2010 08:40:46 +0000 (+0000) Subject: better doxygen comments in ldns-testpkts X-Git-Tag: release-1.6.7~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff30b36d2c017ea8e572e8fbd6b6b71d167bc12a;p=thirdparty%2Fldns.git better doxygen comments in ldns-testpkts --- diff --git a/examples/ldns-testpkts.c b/examples/ldns-testpkts.c index 32bfba50..22d30b17 100644 --- a/examples/ldns-testpkts.c +++ b/examples/ldns-testpkts.c @@ -258,8 +258,7 @@ static struct entry* new_entry() * @param buf: is the buffer to store the result in * @param offset: is the starting position in the result buffer * @param buf_len: is the length of buf. - * - * This function returns the length of the result + * @return This function returns the length of the result */ static size_t hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len)