[sr-dev] git:master: timer Documentation update (section IDs)

Olle E. Johansson oej at edvina.net
Wed Apr 3 20:57:30 CEST 2013


Module: sip-router
Branch: master
Commit: 348876e0097f70b6e155e1afe58030d5bd6077fc
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=348876e0097f70b6e155e1afe58030d5bd6077fc

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date:   Wed Apr  3 20:56:49 2013 +0200

timer Documentation update (section IDs)

---

 modules/timer/README        |    8 ++++----
 modules/timer/doc/timer.xml |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/timer/README b/modules/timer/README
index bddfe5a..2d10ebd 100644
--- a/modules/timer/README
+++ b/modules/timer/README
@@ -4,7 +4,7 @@ Tomas Mandys
 
    Iptel.org
 
-   Copyright © 2007 iptelorg GmbH
+   Copyright © 2007 iptelorg GmbH
      __________________________________________________________________
 
    1.1. Overview
@@ -63,7 +63,7 @@ le");
 
 1.5. Functions
 
-1.5.1.  timer_enable(timer_id, enable_disable)
+1.5.1. timer_enable(timer_id, enable_disable)
 
    Enable/disable timer route specified by timer_id. Because of timer core
    API the callback is not disabled immediately but is removed from
@@ -76,7 +76,7 @@ le");
         timer_enable("MY_TIMER", 1);
         ...
 
-1.5.2.  @timer.timer.timer_id.enabled
+1.5.2. @timer.timer.timer_id.enabled
 
    Return true ("1") if timer specified by timer_id is enabled, otherwise
    returns false ("0").
@@ -86,7 +86,7 @@ le");
         ....
         }
 
-1.5.3.  @timer.executed
+1.5.3. @timer.executed
 
    Returns name of timer which has been executed, i.e. non empty value is
    returned only when handler is being processed.
diff --git a/modules/timer/doc/timer.xml b/modules/timer/doc/timer.xml
index 69b21eb..d1630d6 100644
--- a/modules/timer/doc/timer.xml
+++ b/modules/timer/doc/timer.xml
@@ -53,7 +53,7 @@
 
 		<title>Parameters</title>
 
-		<section id="declare_timer">
+		<section id="timer.p.declare_timer">
 			<title><varname>declare_timer</varname> (string)</title>
 			<para>
 			Declares timer route which will be called in specific interval.
@@ -86,7 +86,7 @@
 	<section id="timer.functions">
 		<title>Functions</title>
 
-		<section id="timer_enable">
+		<section id="timer.p.timer_enable">
 			<title>
 				<function>timer_enable(timer_id, enable_disable)</function>
 			</title>




More information about the sr-dev mailing list