Module: kamailio Branch: master Commit: 68c69966c38b56775a3966d07c33ff94c2a8ba95 URL: https://github.com/kamailio/kamailio/commit/68c69966c38b56775a3966d07c33ff94c2a8ba95
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2024-03-20T13:40:28+01:00 gcrypt: docs - module name used for section ids --- Modified: src/modules/gcrypt/doc/gcrypt_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/68c69966c38b56775a3966d07c33ff94c2a8ba95.diff Patch: https://github.com/kamailio/kamailio/commit/68c69966c38b56775a3966d07c33ff94c2a8ba95.patch --- 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> _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to [email protected]
