From 94c44fcb6b9c67d3fac39b290c05c718b2980443 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 9 Dec 2008 13:18:06 +0100 Subject: Move the doxygen comments of wbclient to the header file. So that a developer who wants to use the wbclient api can read the documentation in the header file. Signed-off-by: Andreas Schneider Signed-off-by: Michael Adam --- source3/nsswitch/libwbclient/wbclient.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'source3/nsswitch/libwbclient/wbclient.c') diff --git a/source3/nsswitch/libwbclient/wbclient.c b/source3/nsswitch/libwbclient/wbclient.c index c0b7e0675a..3a9afad15d 100644 --- a/source3/nsswitch/libwbclient/wbclient.c +++ b/source3/nsswitch/libwbclient/wbclient.c @@ -123,13 +123,7 @@ const char *wbcErrorString(wbcErr error) return "unknown wbcErr value"; } -/** @brief Free library allocated memory - * - * @param *p Pointer to free - * - * @return void - **/ - +/* Free library allocated memory */ void wbcFreeMemory(void *p) { if (p) -- cgit