Skip to content

Commit

Permalink
gcrypt: docs - module name used for section ids
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 20, 2024
1 parent 3e3e903 commit 68c6996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/gcrypt/doc/gcrypt_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 68c6996

Please sign in to comment.