diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-21 16:58:54 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-21 19:02:02 +0100 |
commit | db447d0c476699dbf7fa0567c67f5938674ec811 (patch) | |
tree | 4095c64a542d93036dea6590f738b820a09e3a9a /lib/talloc | |
parent | cfce2d3611f225244fadf3d27d76371827fd6422 (diff) | |
download | samba-db447d0c476699dbf7fa0567c67f5938674ec811.tar.gz samba-db447d0c476699dbf7fa0567c67f5938674ec811.tar.bz2 samba-db447d0c476699dbf7fa0567c67f5938674ec811.zip |
Reformatting
Diffstat (limited to 'lib/talloc')
-rw-r--r-- | lib/talloc/talloc.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index d0a9762f4d..4adc67b7fd 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -99,28 +99,33 @@ * programming. */ -/** \defgroup talloc_ref Talloc References +/** + * \defgroup talloc_ref 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 */ -/** \defgroup talloc_string String handling routines +/** + * \defgroup talloc_string String handling routines * * 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 * allocated memory hierarchy. */ -/** \defgroup todo Default group of undocumented stuff +/** + * \defgroup talloc_undoc Default group of undocumented stuff * * This should be empty... */ |