Add some initial hook to the front page
authorVolker Lendecke <vl@samba.org>
Sat, 21 Mar 2009 15:52:13 +0000 (16:52 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 21 Mar 2009 18:02:02 +0000 (19:02 +0100)
lib/talloc/talloc.h

index 523a4840d34dbecf8bfe9ab46ec5fffb445ec59b..d0a9762f4d97bdf82a26d9eb02d354c7eb509db8 100644 (file)
@@ -56,6 +56,9 @@
  * If you think about this, then what this effectively gives you is an n-ary
  * tree, where you can free any part of the tree with talloc_free().
  *
+ * To start, you should probably first look at the definitions of
+ * ::TALLOC_CTX, talloc_init(), talloc() and talloc_free().
+ *
  * \section named_blocks Named blocks
  *
  * Every talloc chunk has a name that can be used as a dynamic type-checking