From 419e03ab18696984303abfb44f05e58c14ba25ae Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 14 Apr 2011 11:59:57 +0200 Subject: libsmbconf: Define a doxygen group for libsmbconf. Signed-off-by: Michael Adam --- lib/smbconf/smbconf.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib/smbconf') diff --git a/lib/smbconf/smbconf.h b/lib/smbconf/smbconf.h index 4c2bacf87f..7f62b06af4 100644 --- a/lib/smbconf/smbconf.h +++ b/lib/smbconf/smbconf.h @@ -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_ */ -- cgit