diff options
author | Tim Potter <tpot@samba.org> | 2001-11-22 04:29:10 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-22 04:29:10 +0000 |
commit | 8e267ac00700d7ca81126b9ce2178022c1e45c95 (patch) | |
tree | a190f43a18819898cbc90483e97a666459cc54f7 /source3/include | |
parent | b03e162127c0420cb2a0e978433d2dd439b0231f (diff) | |
download | samba-8e267ac00700d7ca81126b9ce2178022c1e45c95.tar.gz samba-8e267ac00700d7ca81126b9ce2178022c1e45c95.tar.bz2 samba-8e267ac00700d7ca81126b9ce2178022c1e45c95.zip |
Made a libsmbclient doxygen group and moved all the libsmbclient groups
under it.
(This used to be commit 43c496598f8e1aedc9c80222e60bb8e7b3027e03)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/libsmbclient.h | 34 |
1 files changed, 21 insertions, 13 deletions
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 ... */ |