summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-04-14 11:59:57 +0200
committerKarolin Seeger <kseeger@samba.org>2011-05-15 20:20:55 +0200
commitfd89865a50ad6845afe51585d20d2395471d4568 (patch)
tree40fee8a2a5a79c67e42d3a3961936b3d806e113b /lib
parentd6d0ed030c06a2114bd8035028a16546f8df95c7 (diff)
downloadsamba-fd89865a50ad6845afe51585d20d2395471d4568.tar.gz
samba-fd89865a50ad6845afe51585d20d2395471d4568.tar.xz
samba-fd89865a50ad6845afe51585d20d2395471d4568.zip
libsmbconf: Define a doxygen group for libsmbconf.
Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit e71f9a431b5ad506ab15b616597624d8833e5ff4)
Diffstat (limited to 'lib')
-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_ */