1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

Add a talloc_internal "module"

This commit is contained in:
Volker Lendecke 2009-03-21 20:02:19 +01:00
parent 27944ed745
commit 02662d56c6

View File

@ -124,6 +124,15 @@
* 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
*