summaryrefslogtreecommitdiffstats
path: root/source/include/libsmbclient.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-22 04:29:10 +0000
committerTim Potter <tpot@samba.org>2001-11-22 04:29:10 +0000
commit43c496598f8e1aedc9c80222e60bb8e7b3027e03 (patch)
tree0248c991b05f59eda01a2e224b637195c33fd11b /source/include/libsmbclient.h
parentbfbe7f377e5fcb09e87bfc866196dfc51a8fe64d (diff)
downloadsamba-43c496598f8e1aedc9c80222e60bb8e7b3027e03.tar.gz
samba-43c496598f8e1aedc9c80222e60bb8e7b3027e03.tar.xz
samba-43c496598f8e1aedc9c80222e60bb8e7b3027e03.zip
Made a libsmbclient doxygen group and moved all the libsmbclient groups
under it.
Diffstat (limited to 'source/include/libsmbclient.h')
-rw-r--r--source/include/libsmbclient.h34
1 files changed, 21 insertions, 13 deletions
diff --git a/source/include/libsmbclient.h b/source/include/libsmbclient.h
index c6e9be3c471..98701b2693e 100644
--- a/source/include/libsmbclient.h
+++ b/source/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 ... */