Add a default "undocumented" module
authorVolker Lendecke <vl@samba.org>
Sat, 21 Mar 2009 15:50:58 +0000 (16:50 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 21 Mar 2009 18:02:02 +0000 (19:02 +0100)
lib/talloc/talloc.h

index 4b50ba99c22a308581ed878f67116156ac58ba39..523a4840d34dbecf8bfe9ab46ec5fffb445ec59b 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
@@ -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
+
+/*\}*/