1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Made a libsmbclient doxygen group and moved all the libsmbclient groups

under it.
This commit is contained in:
Tim Potter -
parent bfbe7f377e
commit 43c496598f

View File

@ -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 ... */