Module: kamailio Branch: master Commit: 4463258d5bb8cb1460f51791d2c3a367ec68e5fb URL: https://github.com/kamailio/kamailio/commit/4463258d5bb8cb1460f51791d2c3a367...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-05-02T09:10:35+02:00
async: fixed list format for dependencies in docs
---
Modified: modules/async/README Modified: modules/async/doc/async.xml Modified: modules/async/doc/async_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/4463258d5bb8cb1460f51791d2c3a367... Patch: https://github.com/kamailio/kamailio/commit/4463258d5bb8cb1460f51791d2c3a367...
---
diff --git a/modules/async/README b/modules/async/README index ce4daf3..eb12ead 100644 --- a/modules/async/README +++ b/modules/async/README @@ -83,7 +83,7 @@ Chapter 1. Admin Guide
The following modules must be loaded before this module: * tm - transaction management. - tmx - transaction management extensions. + * tmx - transaction management extensions.
2.2. External Libraries or Applications
diff --git a/modules/async/doc/async.xml b/modules/async/doc/async.xml index a722fb0..e6fea0d 100644 --- a/modules/async/doc/async.xml +++ b/modules/async/doc/async.xml @@ -8,7 +8,7 @@
]>
-<book xmlns:xi="http://www.w3.org/2001/XInclude"> +<book> <bookinfo> <title>ASYNC Module</title> <productname class="trade">sip-router.org</productname> @@ -30,8 +30,7 @@ </copyright> </bookinfo> <toc></toc> - - <xi:include href="async_admin.xml"/> - - + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="async_admin.xml"/> + </book> diff --git a/modules/async/doc/async_admin.xml b/modules/async/doc/async_admin.xml index 31ad797..c6d33e2 100644 --- a/modules/async/doc/async_admin.xml +++ b/modules/async/doc/async_admin.xml @@ -42,6 +42,8 @@ <para> <emphasis>tm</emphasis> - transaction management. </para> + </listitem> + <listitem> <para> <emphasis>tmx</emphasis> - transaction management extensions. </para>