update doxygen comments

This commit is contained in:
Alfred E. Heggestad 2012-08-04 23:04:59 +00:00
parent 316c3fc600
commit 3a4c0e40cf
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,5 @@
/**
* @file print.c Formatted printing
* @file fmt/print.c Formatted printing
*
* Copyright (C) 2010 Creytiv.com
*/

View file

@ -14,6 +14,14 @@
#include <re_sa.h>
/**
* Print a Socket Address including IPv6 scope identifier
*
* @param pf Print function
* @param sa Socket Address
*
* @return 0 if success, otherwise errorcode
*/
int sa_print_addr(struct re_printf *pf, const struct sa *sa)
{
int err;