diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-22 09:48:19 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-22 09:48:19 +0100 |
commit | 5098f4625e74eb4b37b6f7fdfa0486df7e1d7cf4 (patch) | |
tree | 6e15c7f6710dbc6ba5c7ac72cd1c3d119053f761 /lib/talloc | |
parent | c67ea37d62692e5e21f76135ecdfa0d369bed0eb (diff) | |
download | samba-5098f4625e74eb4b37b6f7fdfa0486df7e1d7cf4.tar.gz samba-5098f4625e74eb4b37b6f7fdfa0486df7e1d7cf4.tar.bz2 samba-5098f4625e74eb4b37b6f7fdfa0486df7e1d7cf4.zip |
Revert "Reformatting"
This reverts commit db447d0c476699dbf7fa0567c67f5938674ec811.
Diffstat (limited to 'lib/talloc')
-rw-r--r-- | lib/talloc/talloc.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 4adc67b7fd..d0a9762f4d 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -99,33 +99,28 @@ * 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 talloc_undoc Default group of undocumented stuff +/** \defgroup todo Default group of undocumented stuff * * This should be empty... */ |