Browse Source

async: docs - added section ids for parameters

(cherry picked from commit ed3b2506e13214d25a3dd78e487ed35ed13053ac)
(cherry picked from commit 4dd8c636701c778f50d11a37265e9b6300f45ecb)
Daniel-Constantin Mierla 4 years ago
parent
commit
eb1633863b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/modules/async/doc/async_admin.xml

+ 2 - 2
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.