git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9c300
)
Add a default "undocumented" module
author
Volker Lendecke
<vl@samba.org>
Sat, 21 Mar 2009 15:50:58 +0000
(16:50 +0100)
committer
Volker Lendecke
<vl@samba.org>
Sat, 21 Mar 2009 18:02:02 +0000
(19:02 +0100)
lib/talloc/talloc.h
patch
|
blob
|
history
diff --git
a/lib/talloc/talloc.h
b/lib/talloc/talloc.h
index 4b50ba99c22a308581ed878f67116156ac58ba39..523a4840d34dbecf8bfe9ab46ec5fffb445ec59b 100644
(file)
--- a/
lib/talloc/talloc.h
+++ b/
lib/talloc/talloc.h
@@
-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
+
+/*\}*/