[sr-dev] git:master: modules/ndb_redis: follow section id guidelines.

Vicente Hernando vhernando at systemonenoc.com
Mon Apr 8 11:35:38 CEST 2013


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

Author: Vicente Hernando <vhernando at systemonenoc.com>
Committer: Vicente Hernando <vhernando at systemonenoc.com>
Date:   Mon Apr  8 11:32:40 2013 +0200

modules/ndb_redis: follow section id guidelines.

---

 modules/ndb_redis/doc/ndb_redis_admin.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/ndb_redis/doc/ndb_redis_admin.xml b/modules/ndb_redis/doc/ndb_redis_admin.xml
index 51d5706..1f4d6dd 100644
--- a/modules/ndb_redis/doc/ndb_redis_admin.xml
+++ b/modules/ndb_redis/doc/ndb_redis_admin.xml
@@ -59,7 +59,7 @@
 	</section>
 	<section>
 	<title>Parameters</title>
-	<section>
+	<section id="ndb_redis.p.server">
 		<title><varname>server</varname> (str)</title>
 		<para>
 			Specify the details to connect to REDIS server. It takes a list of
@@ -98,7 +98,7 @@ modparam("ndb_redis", "server", "name=srvY;unix=/tmp/redis.sock;db=3")
 
 	<section>
 	<title>Functions</title>
-	<section>
+	<section id="ndb_redis.f.redis_cmd">
 	    <title>
 		<function moreinfo="none">redis_cmd(srvname, command, ..., replyid)</function>
 	    </title>
@@ -178,7 +178,7 @@ if(redis_cmd("srvN", "HMGET foo_key field1 field3", "r")) {
 </programlisting>
 	    </example>
 	</section>
-	<section>
+	<section id="ndb_redis.f.redis_free">
 	<title>
 		<function moreinfo="none">redis_free(replyid)</function>
 	</title>




More information about the sr-dev mailing list