From ff5d95f0efa6370d4aa747e28ba8e5cac489dc44 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 27 Feb 2003 05:57:21 +0000 Subject: Doxygen merge from head (This used to be commit 38fa2898967f607a17fd7fbd324f2940a05fb551) --- source3/lib/iconv.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c index 43350d9349..e4845e4734 100644 --- a/source3/lib/iconv.c +++ b/source3/lib/iconv.c @@ -69,11 +69,12 @@ static size_t sys_iconv(void *cd, #endif } -/* - this is a simple portable iconv() implementaion. It only knows about - a very small number of character sets - just enough that Samba works - on systems that don't have iconv - */ +/** + * This is a simple portable iconv() implementaion. + * + * It only knows about a very small number of character sets - just + * enough that Samba works on systems that don't have iconv. + **/ size_t smb_iconv(smb_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) -- cgit