summaryrefslogtreecommitdiff
path: root/lib/smbconf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smbconf')
-rw-r--r--lib/smbconf/smbconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/smbconf/smbconf.h b/lib/smbconf/smbconf.h
index 4c2bacf87f8..7f62b06af45 100644
--- a/lib/smbconf/smbconf.h
+++ b/lib/smbconf/smbconf.h
@@ -21,6 +21,15 @@
#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
*/
enum _sbcErrType {
@@ -473,4 +482,6 @@ sbcErr smbconf_transaction_commit(struct smbconf_ctx *ctx);
*/
sbcErr smbconf_transaction_cancel(struct smbconf_ctx *ctx);
+/* @} ******************************************************************/
+
#endif /* _LIBSMBCONF_H_ */