1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Add a default "undocumented" module

This commit is contained in:
Volker Lendecke 2009-03-21 16:50:58 +01:00
parent 3f9c30022a
commit ba42320c7e

View File

@ -117,6 +117,13 @@
* allocated memory hierarchy.
*/
/** \defgroup todo Default group of undocumented stuff
*
* This should be empty...
*/
/*\{*/
/**
* \typedef TALLOC_CTX
* \brief Define a talloc parent type
@ -1210,3 +1217,5 @@ char *talloc_asprintf_append_buffer(char *s, const char *fmt, ...) PRINTF_ATTRIB
void talloc_set_abort_fn(void (*abort_fn)(const char *reason));
#endif
/*\}*/