libsmbconf: Define a doxygen group for libsmbconf.
authorAndreas Schneider <asn@samba.org>
Thu, 14 Apr 2011 09:59:57 +0000 (11:59 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 10 May 2011 17:13:26 +0000 (19:13 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
lib/smbconf/smbconf.h

index 4c2bacf87f80a64ffc4ffb60e17a53609c84264a..7f62b06af45bd809a2cf7a7cbba48645fa569382 100644 (file)
 #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_  */