[sr-dev] git:master:0e96fbca: prefix_route module: small doxygen group fix

Henning Westerholt hw at kamailio.org
Tue Mar 13 23:05:03 CET 2018


Module: kamailio
Branch: master
Commit: 0e96fbca8e6a8fdb2edb56ea336b76d4b25e4666
URL: https://github.com/kamailio/kamailio/commit/0e96fbca8e6a8fdb2edb56ea336b76d4b25e4666

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-03-13T22:36:09+01:00

prefix_route module: small doxygen group fix

---

Modified: src/modules/prefix_route/prefix_route.c

---

Diff:  https://github.com/kamailio/kamailio/commit/0e96fbca8e6a8fdb2edb56ea336b76d4b25e4666.diff
Patch: https://github.com/kamailio/kamailio/commit/0e96fbca8e6a8fdb2edb56ea336b76d4b25e4666.patch

---

diff --git a/src/modules/prefix_route/prefix_route.c b/src/modules/prefix_route/prefix_route.c
index 6256b63811..8878a880aa 100644
--- a/src/modules/prefix_route/prefix_route.c
+++ b/src/modules/prefix_route/prefix_route.c
@@ -26,8 +26,10 @@
  * \ingroup prefix_route
  */
 
-/*! \defgroup prefix_route
+/*! \defgroup prefix_route Prefix routing module
+ * \ingroup modules
  * The prefix_route module does routing based on a set of prefixes from the database.
+ * @{
  */
 
 
@@ -385,3 +387,5 @@ int mod_register(char *path, int *dlflags, void *p1, void *p2)
 	sr_kemi_modules_add(sr_kemi_prefix_route_exports);
 	return 0;
 }
+
+/** @} */




More information about the sr-dev mailing list