Module: kamailio Branch: master Commit: 720c44e3c54fa3455fb9a5f0b82f585bcef97945 URL: https://github.com/kamailio/kamailio/commit/720c44e3c54fa3455fb9a5f0b82f585b...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-03-13T22:11:55+01:00
module xhttp_pi: small doxygen group fix
---
Modified: src/modules/xhttp_pi/xhttp_pi.c
---
Diff: https://github.com/kamailio/kamailio/commit/720c44e3c54fa3455fb9a5f0b82f585b... Patch: https://github.com/kamailio/kamailio/commit/720c44e3c54fa3455fb9a5f0b82f585b...
---
diff --git a/src/modules/xhttp_pi/xhttp_pi.c b/src/modules/xhttp_pi/xhttp_pi.c index dfa28c2035..dbd7a2fd26 100644 --- a/src/modules/xhttp_pi/xhttp_pi.c +++ b/src/modules/xhttp_pi/xhttp_pi.c @@ -420,4 +420,6 @@ int mod_register(char *path, int *dlflags, void *p1, void *p2) { sr_kemi_modules_add(sr_kemi_xhttp_pi_exports); return 0; -} \ No newline at end of file +} + +/** @} */