mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
libsmbconf: Define a doxygen group for libsmbconf.
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
60109a0e6d
commit
419e03ab18
@ -20,6 +20,15 @@
|
||||
#ifndef __LIBSMBCONF_H__
|
||||
#define __LIBSMBCONF_H__
|
||||
|
||||
/**
|
||||
* @defgroup libsmbconf The smbconf API
|
||||
*
|
||||
* libsmbconf is a library to read or, based on the backend, modify the Samba
|
||||
* configuration.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Status codes returned from smbconf functions
|
||||
*/
|
||||
@ -473,4 +482,6 @@ sbcErr smbconf_transaction_commit(struct smbconf_ctx *ctx);
|
||||
*/
|
||||
sbcErr smbconf_transaction_cancel(struct smbconf_ctx *ctx);
|
||||
|
||||
/* @} ******************************************************************/
|
||||
|
||||
#endif /* _LIBSMBCONF_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user