From b7fb083dd775c625882163f140e7e5ca550ebec7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 22 Mar 2009 09:48:34 +0100 Subject: Revert "Add a default "undocumented" module" This reverts commit ba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318. --- lib/talloc/talloc.h | 9 --------- 1 file changed, 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 - -/*\}*/ -- cgit