mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
Made a libsmbclient doxygen group and moved all the libsmbclient groups
under it. (This used to be commit 43c496598f8e1aedc9c80222e60bb8e7b3027e03)
This commit is contained in:
parent
b03e162127
commit
8e267ac007
@ -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 ... */
|
||||
|
Loading…
x
Reference in New Issue
Block a user