libsmbconf: Define a doxygen group for libsmbconf.
authorAndreas Schneider <asn@samba.org>
Thu, 14 Apr 2011 09:59:57 +0000 (11:59 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sun, 15 May 2011 18:20:55 +0000 (20:20 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit e71f9a431b5ad506ab15b616597624d8833e5ff4)

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_  */