1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

libsmbconf: Define a doxygen group for libsmbconf.

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Andreas Schneider 2011-04-14 11:59:57 +02:00 committed by Michael Adam
parent 60109a0e6d
commit 419e03ab18

View File

@ -20,6 +20,15 @@
#ifndef __LIBSMBCONF_H__ #ifndef __LIBSMBCONF_H__
#define __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 * @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); sbcErr smbconf_transaction_cancel(struct smbconf_ctx *ctx);
/* @} ******************************************************************/
#endif /* _LIBSMBCONF_H_ */ #endif /* _LIBSMBCONF_H_ */