[sr-dev] git:master: jsonrpc-c: renamed docbook files to match module name

Daniel-Constantin Mierla miconda at gmail.com
Sat Oct 1 22:05:47 CEST 2011


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sat Oct  1 11:07:01 2011 +0200

jsonrpc-c: renamed docbook files to match module name

---

 modules/jsonrpc-c/README                           |    6 +++---
 modules/jsonrpc-c/doc/Makefile                     |    2 +-
 .../jsonrpc-c/doc/{jsonrpc.xml => jsonrpc-c.xml}   |    2 +-
 .../doc/{jsonrpc_admin.xml => jsonrpc-c_admin.xml} |    0
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/jsonrpc-c/README b/modules/jsonrpc-c/README
index 5d6978c..7df3ed3 100644
--- a/modules/jsonrpc-c/README
+++ b/modules/jsonrpc-c/README
@@ -10,7 +10,7 @@ Jordan Levy
 
    <jordan at flowroute.com>
 
-   Copyright © 2011 Flowroute LLC (flowroute.com)
+   Copyright © 2011 Flowroute LLC (flowroute.com)
      __________________________________________________________________
 
    Table of Contents
@@ -111,7 +111,7 @@ modparam("jsonrpc", "servers", "localhost:9999,2 10.10.0.1:9999,2 backup.server:
    4.2. jsonrpc_request(method, parameters, return_route, error_route,
           result_var)
 
-4.1.  jsonrpc_notification(method, parameters)
+4.1. jsonrpc_notification(method, parameters)
 
    Invokes the remote 'method' with the given 'parameters' as a
    notification. Unlike jsonrpc_request (below), notifications do not
@@ -126,7 +126,7 @@ modparam("jsonrpc", "servers", "localhost:9999,2 10.10.0.1:9999,2 backup.server:
 jsonrpc_notification("update_user", "{'id': 1234, 'name': 'Petros'}")
 ...
 
-4.2.  jsonrpc_request(method, parameters, return_route, error_route,
+4.2. jsonrpc_request(method, parameters, return_route, error_route,
 result_var)
 
    Invokes the remote 'method' with the given 'parameters'. When the
diff --git a/modules/jsonrpc-c/doc/Makefile b/modules/jsonrpc-c/doc/Makefile
index bc6fec6..6dcdb3c 100644
--- a/modules/jsonrpc-c/doc/Makefile
+++ b/modules/jsonrpc-c/doc/Makefile
@@ -1,4 +1,4 @@
-docs = jsonrpc.xml
+docs = jsonrpc-c.xml
 
 docbook_dir = ../../../docbook
 include $(docbook_dir)/Makefile.module
diff --git a/modules/jsonrpc-c/doc/jsonrpc.xml b/modules/jsonrpc-c/doc/jsonrpc-c.xml
similarity index 95%
rename from modules/jsonrpc-c/doc/jsonrpc.xml
rename to modules/jsonrpc-c/doc/jsonrpc-c.xml
index 8e7786f..31c0c1e 100644
--- a/modules/jsonrpc-c/doc/jsonrpc.xml
+++ b/modules/jsonrpc-c/doc/jsonrpc-c.xml
@@ -31,7 +31,7 @@
     </bookinfo>
     <toc></toc>
     
-    <xi:include href="jsonrpc_admin.xml"/>
+    <xi:include href="jsonrpc-c_admin.xml"/>
     
     
 </book>
diff --git a/modules/jsonrpc-c/doc/jsonrpc_admin.xml b/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml
similarity index 100%
rename from modules/jsonrpc-c/doc/jsonrpc_admin.xml
rename to modules/jsonrpc-c/doc/jsonrpc-c_admin.xml




More information about the sr-dev mailing list