diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-21 16:50:58 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-21 19:02:02 +0100 |
commit | ba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318 (patch) | |
tree | df4ac19523f3eda97ab999dc85c7a52ed452c02a /lib | |
parent | 3f9c30022a53a37ad829f8882a9a5161fcadda8b (diff) | |
download | samba-ba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318.tar.gz samba-ba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318.tar.bz2 samba-ba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318.zip |
Add a default "undocumented" module
Diffstat (limited to 'lib')
-rw-r--r-- | lib/talloc/talloc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 4b50ba99c2..523a4840d3 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -117,6 +117,13 @@ * allocated memory hierarchy. */ +/** \defgroup todo Default group of undocumented stuff + * + * This should be empty... + */ + +/*\{*/ + /** * \typedef TALLOC_CTX * \brief Define a talloc parent type @@ -1210,3 +1217,5 @@ char *talloc_asprintf_append_buffer(char *s, const char *fmt, ...) PRINTF_ATTRIB void talloc_set_abort_fn(void (*abort_fn)(const char *reason)); #endif + +/*\}*/ |