Module: kamailio Branch: master Commit: 9e331eb7dc3e68de8d7bf3bd3a55c6ee0e99b9d8 URL: https://github.com/kamailio/kamailio/commit/9e331eb7dc3e68de8d7bf3bd3a55c6ee...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-01-17T11:15:32+01:00
tmrec Add section IDs to XML documentation
---
Modified: modules/tmrec/doc/tmrec_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/9e331eb7dc3e68de8d7bf3bd3a55c6ee... Patch: https://github.com/kamailio/kamailio/commit/9e331eb7dc3e68de8d7bf3bd3a55c6ee...
---
diff --git a/modules/tmrec/doc/tmrec_admin.xml b/modules/tmrec/doc/tmrec_admin.xml index 7a429eb..c70bdb2 100644 --- a/modules/tmrec/doc/tmrec_admin.xml +++ b/modules/tmrec/doc/tmrec_admin.xml @@ -80,7 +80,7 @@ modparam("tmrec", "separator", ";")
<section> <title>Functions</title> - <section> + <section id="tmrec.f.tmrec_match"> <title> <function moreinfo="none">tmrec_match(timerec [, timestamp])</function> </title> @@ -284,7 +284,7 @@ modparam("tmrec", "separator", ";") </example> </section>
- <section> + <section id="tmrec.f.is_leap_year"> <title> <function moreinfo="none">is_leap_year([year])</function> </title> @@ -308,7 +308,7 @@ if(is_leap_year("2010")) </example> </section>
- <section> + <section id="tmrec.f.time_period_match"> <title> <function moreinfo="none">time_period_match(period [, timestamp])</function> </title>