aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_strbuf.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-05-26 02:40:40 +0000
committerEvan Huus <eapache@gmail.com>2013-05-26 02:40:40 +0000
commita9c35aa4b65dc566ffe845e9bc205e81ecc7979c (patch)
tree9d8d43175267a1e014e1df222d9d5e41d5b81f94 /epan/wmem/wmem_strbuf.h
parent2ab2ad7a42a104a7e0cff9c8a5f1ceb329b84702 (diff)
First batch of doxygen for wmem. Remove some things from README.wmem now that
they're in doxygen instead. svn path=/trunk/; revision=49583
Diffstat (limited to 'epan/wmem/wmem_strbuf.h')
-rw-r--r--epan/wmem/wmem_strbuf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/wmem/wmem_strbuf.h b/epan/wmem/wmem_strbuf.h
index 3e24a36e75..4b0f498c99 100644
--- a/epan/wmem/wmem_strbuf.h
+++ b/epan/wmem/wmem_strbuf.h
@@ -35,6 +35,15 @@
extern "C" {
#endif /* __cplusplus */
+/** @addtogroup wmem
+ * @{
+ * @defgroup wmem-strbuf String Buffer
+ *
+ * A string object implementation on top of wmem.
+ *
+ * @{
+ */
+
struct _wmem_strbuf_t;
typedef struct _wmem_strbuf_t wmem_strbuf_t;
@@ -79,6 +88,9 @@ WS_DLL_PUBLIC
gsize
wmem_strbuf_get_len(wmem_strbuf_t *strbuf);
+/** @}
+ * @} */
+
#ifdef __cplusplus
}
#endif /* __cplusplus */