diff options
author | Andreas Schneider <asn@samba.org> | 2011-04-14 11:59:57 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-05-10 19:13:26 +0200 |
commit | 419e03ab18696984303abfb44f05e58c14ba25ae (patch) | |
tree | 3fc0e7ee83ba44ff8d862810aa3b5add6f8f188b /lib/smbconf | |
parent | 60109a0e6d30ea3bd33de03ac3c958ded7aeee89 (diff) | |
download | samba-419e03ab18696984303abfb44f05e58c14ba25ae.tar.gz samba-419e03ab18696984303abfb44f05e58c14ba25ae.tar.bz2 samba-419e03ab18696984303abfb44f05e58c14ba25ae.zip |
libsmbconf: Define a doxygen group for libsmbconf.
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/smbconf')
-rw-r--r-- | lib/smbconf/smbconf.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ -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_ */ |