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