Revert "Add a default "undocumented" module"
authorVolker Lendecke <vl@samba.org>
Sun, 22 Mar 2009 08:48:34 +0000 (09:48 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 22 Mar 2009 08:48:34 +0000 (09:48 +0100)
This reverts commit ba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318.

lib/talloc/talloc.h

index 523a4840d34dbecf8bfe9ab46ec5fffb445ec59b..4b50ba99c22a308581ed878f67116156ac58ba39 100644 (file)
  * 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
-
-/*\}*/