Add a talloc_internal "module"
authorVolker Lendecke <vl@samba.org>
Sat, 21 Mar 2009 19:02:19 +0000 (20:02 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 21 Mar 2009 19:04:17 +0000 (20:04 +0100)
lib/talloc/talloc.h

index e44d924e76d0342e5550c291b9157e0e6d24f596..f3aa6def63eef49fbeb4e93798ecd755ce6b5765 100644 (file)
  * allocated memory hierarchy.
  */
 
+/**
+ * \defgroup talloc_internal Internal routines
+ *
+ * To achieve type-safety, talloc.h defines a lot of macros with type
+ * casts. These macros define the user interface to the internal routines you
+ * find here. You should not really use these routines directly but go through
+ * the external API.
+ */
+
 /**
  * \defgroup talloc_undoc Default group of undocumented stuff
  *