mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
parent
c67ea37d62
commit
5098f4625e
@ -99,33 +99,28 @@
|
|||||||
* programming.
|
* programming.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/** \defgroup talloc_ref Talloc References
|
||||||
* \defgroup talloc_ref Talloc References
|
|
||||||
*
|
*
|
||||||
* This module contains the definitions around talloc references
|
* This module contains the definitions around talloc references
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/** \defgroup talloc_array Array routines
|
||||||
* \defgroup talloc_array Array routines
|
|
||||||
*
|
*
|
||||||
* Talloc contains some handy helpers for handling Arrays conveniently
|
* Talloc contains some handy helpers for handling Arrays conveniently
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/** \defgroup talloc_string String handling routines
|
||||||
* \defgroup talloc_string String handling routines
|
|
||||||
*
|
*
|
||||||
* Talloc contains some handy string handling functions
|
* Talloc contains some handy string handling functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/** \defgroup talloc_debug Debugging support routines
|
||||||
* \defgroup talloc_debug Debugging support routines
|
|
||||||
*
|
*
|
||||||
* To aid memory debugging, talloc contains routines to inspect the currently
|
* To aid memory debugging, talloc contains routines to inspect the currently
|
||||||
* allocated memory hierarchy.
|
* allocated memory hierarchy.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/** \defgroup todo Default group of undocumented stuff
|
||||||
* \defgroup talloc_undoc Default group of undocumented stuff
|
|
||||||
*
|
*
|
||||||
* This should be empty...
|
* This should be empty...
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user