Module: kamailio Branch: master Commit: 0e96fbca8e6a8fdb2edb56ea336b76d4b25e4666 URL: https://github.com/kamailio/kamailio/commit/0e96fbca8e6a8fdb2edb56ea336b76d4b25e4666
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> 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; } + +/** @} */ _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
