Module: kamailio
Branch: master
Commit: 5a3bce67345f10cdc1bb934fbd314d3ba1939e99
URL:
https://github.com/kamailio/kamailio/commit/5a3bce67345f10cdc1bb934fbd314d3…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-03-13T22:13:09+01:00
topos module: a few doxygen fixes
---
Modified: src/modules/topos/topos_mod.c
---
Diff:
https://github.com/kamailio/kamailio/commit/5a3bce67345f10cdc1bb934fbd314d3…
Patch:
https://github.com/kamailio/kamailio/commit/5a3bce67345f10cdc1bb934fbd314d3…
---
diff --git a/src/modules/topos/topos_mod.c b/src/modules/topos/topos_mod.c
index 4ed2628291..ec960d0a44 100644
--- a/src/modules/topos/topos_mod.c
+++ b/src/modules/topos/topos_mod.c
@@ -26,11 +26,12 @@
* Module: \ref topos
*/
-/*! \defgroup topoh Kamailio :: Topology stripping
+/*! \defgroup topos Kamailio :: Topology stripping
*
* This module removes the SIP routing headers that show topology details.
* The script interpreter gets the SIP messages with full content, so all
* existing functionality is preserved.
+ * @{
*/
#include <stdio.h>
@@ -516,4 +517,6 @@ int bind_topos(topos_api_t *api)
api->get_branch_expire = tps_get_branch_expire;
return 0;
-}
\ No newline at end of file
+}
+
+/** @} */