Module: kamailio
Branch: 5.4
Commit: eb1633863b28089681707c9cd27842a9109fea51
URL:
https://github.com/kamailio/kamailio/commit/eb1633863b28089681707c9cd27842a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-12-06T14:27:19+01:00
async: docs - added section ids for parameters
(cherry picked from commit ed3b2506e13214d25a3dd78e487ed35ed13053ac)
(cherry picked from commit 4dd8c636701c778f50d11a37265e9b6300f45ecb)
---
Modified: src/modules/async/doc/async_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/eb1633863b28089681707c9cd27842a…
Patch:
https://github.com/kamailio/kamailio/commit/eb1633863b28089681707c9cd27842a…
---
diff --git a/src/modules/async/doc/async_admin.xml
b/src/modules/async/doc/async_admin.xml
index 5e9277a194c..a56c60d7d2f 100644
--- a/src/modules/async/doc/async_admin.xml
+++ b/src/modules/async/doc/async_admin.xml
@@ -68,7 +68,7 @@
</section>
<section>
<title>Parameters</title>
- <section>
+ <section id="async.p.workers">
<title><varname>workers</varname> (int)</title>
<para>
Number of worker processes to be started to handle the asynchronous
@@ -88,7 +88,7 @@ modparam("async", "workers", 2)
</programlisting>
</example>
</section>
- <section>
+ <section id="async.p.ms_timer">
<title><varname>ms_timer</varname> (int)</title>
<para>
Enables millisecond timer for async_ms_sleep() and async_ms_route() functions.