Module: kamailio
Branch: 5.8
Commit: c48fbea981c7b0bd281cd1fc2abedcda41d92c13
URL:
https://github.com/kamailio/kamailio/commit/c48fbea981c7b0bd281cd1fc2abedcd…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-04-01T08:05:20+02:00
gcrypt: docs - module name used for section ids
(cherry picked from commit 68c69966c38b56775a3966d07c33ff94c2a8ba95)
---
Modified: src/modules/gcrypt/doc/gcrypt_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/c48fbea981c7b0bd281cd1fc2abedcd…
Patch:
https://github.com/kamailio/kamailio/commit/c48fbea981c7b0bd281cd1fc2abedcd…
---
diff --git a/src/modules/gcrypt/doc/gcrypt_admin.xml
b/src/modules/gcrypt/doc/gcrypt_admin.xml
index 533ec5c80f9..3fc03d3eabc 100644
--- a/src/modules/gcrypt/doc/gcrypt_admin.xml
+++ b/src/modules/gcrypt/doc/gcrypt_admin.xml
@@ -127,7 +127,7 @@ modparam("gcrypt", "register_callid", 1)
<section>
<title>Functions</title>
- <section id="async.f.gcrypt_aes_encrypt">
+ <section id="gcrypt.f.gcrypt_aes_encrypt">
<title>
<function moreinfo="none">gcrypt_aes_encrypt(text, key,
res)</function>
</title>
@@ -150,7 +150,7 @@ gcrypt_aes_encrypt("$rb", "my-secret-key",
"$var(encrypted)");
</example>
</section>
- <section id="async.f.gcrypt_aes_decrypt">
+ <section id="gcrypt.f.gcrypt_aes_decrypt">
<title>
<function moreinfo="none">gcrypt_aes_decrypt(text, key,
res)</function>
</title>