diff options
author | Martin Pool <mbp@samba.org> | 2003-02-27 05:53:25 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-27 05:53:25 +0000 |
commit | 5c82d3f00a2973b7f0881606d94ed36f0d0aa6be (patch) | |
tree | 7f9113e7c9fbe3246bd42c864d4924b2d6439201 | |
parent | 42b4caa63232975e7886fa3ab9ce128afe1c9af2 (diff) | |
download | samba-5c82d3f00a2973b7f0881606d94ed36f0d0aa6be.tar.gz samba-5c82d3f00a2973b7f0881606d94ed36f0d0aa6be.tar.bz2 samba-5c82d3f00a2973b7f0881606d94ed36f0d0aa6be.zip |
Doxygen janitor
(This used to be commit 67bf36c69d19463c28066b276d74ac4784b26bed)
-rw-r--r-- | source3/lib/iconv.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c index 5292e9cf0a..f622704853 100644 --- a/source3/lib/iconv.c +++ b/source3/lib/iconv.c @@ -90,11 +90,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) |