summaryrefslogtreecommitdiff
path: root/src/lib/eina_strbuf_common.h
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2011-07-15 14:07:03 +0000
committerJonas M. Gastal <jgastal@profusion.mobi>2011-07-15 14:07:03 +0000
commitb6f319c1aebecec141b00d72b2b66da6bf589168 (patch)
treef3a195307df5c661fa70425ca08bc67902190022 /src/lib/eina_strbuf_common.h
parent4eaf1f9be0338e8185b7c2bc2d492aa46ea1e7dd (diff)
downloadeina-b6f319c1aebecec141b00d72b2b66da6bf589168.tar.gz
Eina: add descriptions to eina accessor and eina strbuf.
SVN revision: 61404
Diffstat (limited to 'src/lib/eina_strbuf_common.h')
-rw-r--r--src/lib/eina_strbuf_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/eina_strbuf_common.h b/src/lib/eina_strbuf_common.h
index 3713f2c..f729b89 100644
--- a/src/lib/eina_strbuf_common.h
+++ b/src/lib/eina_strbuf_common.h
@@ -7,6 +7,10 @@
#include "eina_magic.h"
#include "eina_strbuf.h"
+/**
+ * @struct _Eina_Strbuf
+ * String buffer to facilitate string operations.
+ */
struct _Eina_Strbuf
{
void *buf;