From 8e267ac00700d7ca81126b9ce2178022c1e45c95 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 22 Nov 2001 04:29:10 +0000 Subject: Made a libsmbclient doxygen group and moved all the libsmbclient groups under it. (This used to be commit 43c496598f8e1aedc9c80222e60bb8e7b3027e03) --- source3/include/libsmbclient.h | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) (limited to 'source3/include') diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index c6e9be3c47..98701b2693 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -27,25 +27,33 @@ /*-------------------------------------------------------------------*/ /* The following are special comments to instruct DOXYGEN (automated * documentation tool: - */ +*/ +/** \defgroup libsmbclient +*/ /** \defgroup structure Data Structures Type and Constants - * Data structures, types, and constants - */ +* \ingroup libsmbclient +* Data structures, types, and constants +*/ /** \defgroup file File Functions - * Functions used to access individual file contents - */ +* \ingroup libsmbclient +* Functions used to access individual file contents +*/ /** \defgroup directory Directory Functions - * Functions used to access directory entries - */ +* \ingroup libsmbclient +* Functions used to access directory entries +*/ /** \defgroup attribute Attributes Functions - * Functions used to view or change file and directory attributes - */ +* \ingroup libsmbclient +* Functions used to view or change file and directory attributes +*/ /** \defgroup print Print Functions - * Functions used to access printing functionality - */ +* \ingroup libsmbclient +* Functions used to access printing functionality +*/ /** \defgroup attribute Miscellaneous Functions - * Functions that don't fit in to other categories - */ +* \ingroup libsmbclient +* Functions that don't fit in to other categories +*/ /*-------------------------------------------------------------------*/ /* Make sure we have the following includes for now ... */ -- cgit