Module: kamailio
Branch: master
Commit: 9868f2c04eb816d546e375a1d572e1c27f6f99d9
URL:
https://github.com/kamailio/kamailio/commit/9868f2c04eb816d546e375a1d572e1c…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-03-13T08:30:37+01:00
doxygen: fix doxygen comment grouping for cds lib
---
Modified: src/lib/cds/dstring.h
Modified: src/lib/cds/msg_queue.h
---
Diff:
https://github.com/kamailio/kamailio/commit/9868f2c04eb816d546e375a1d572e1c…
Patch:
https://github.com/kamailio/kamailio/commit/9868f2c04eb816d546e375a1d572e1c…
---
diff --git a/src/lib/cds/dstring.h b/src/lib/cds/dstring.h
index fb86ffba5d..039ed2b099 100644
--- a/src/lib/cds/dstring.h
+++ b/src/lib/cds/dstring.h
@@ -32,9 +32,8 @@
extern "C" {
#endif
-/** \ingroup cds
- * @{
- *
+/**
+ * \ingroup cds
* \defgroup cds_dstring Dynamic strings
*
* Dynamic strings were introduced to satisfy needs of presence
@@ -142,8 +141,7 @@ void dstr_clear_error(dstring_t *dstr); */
/** Macro for cleaning error flag in dynamic string. */
#define dstr_clear_error(dstr) (dstr)->error = 0
-/** @}
- @} */
+/** @} */
#ifdef __cplusplus
}
diff --git a/src/lib/cds/msg_queue.h b/src/lib/cds/msg_queue.h
index 3e42a48cae..9a1f8f6ab5 100644
--- a/src/lib/cds/msg_queue.h
+++ b/src/lib/cds/msg_queue.h
@@ -33,9 +33,8 @@
extern "C" {
#endif
-/** \ingroup cds
- * @{
- *
+/**
+ * \ingroup cds
* \defgroup cds_msg_queue Message Queue
*
* Message queue is a structure useful for sending data between processes.
@@ -182,8 +181,7 @@ void msg_queue_destroy(msg_queue_t *q);
* It uses cds_free for freeing the memory. */
void msg_queue_free(msg_queue_t *q);
-/** @}
- @} */
+/** @} */
#ifdef __cplusplus
}