git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert "Add a default "undocumented" module"
[ira/wip.git]
/
lib
/
talloc
/
talloc.h
diff --git
a/lib/talloc/talloc.h
b/lib/talloc/talloc.h
index 523a4840d34dbecf8bfe9ab46ec5fffb445ec59b..4b50ba99c22a308581ed878f67116156ac58ba39 100644
(file)
--- a/
lib/talloc/talloc.h
+++ b/
lib/talloc/talloc.h
@@
-117,13
+117,6
@@
* allocated memory hierarchy.
*/
* allocated memory hierarchy.
*/
-/** \defgroup todo Default group of undocumented stuff
- *
- * This should be empty...
- */
-
-/*\{*/
-
/**
* \typedef TALLOC_CTX
* \brief Define a talloc parent type
/**
* \typedef TALLOC_CTX
* \brief Define a talloc parent type
@@
-1217,5
+1210,3
@@
char *talloc_asprintf_append_buffer(char *s, const char *fmt, ...) PRINTF_ATTRIB
void talloc_set_abort_fn(void (*abort_fn)(const char *reason));
#endif
void talloc_set_abort_fn(void (*abort_fn)(const char *reason));
#endif
-
-/*\}*/