Skip to content

Commit

Permalink
Fix reference to Self::cipher_final in docs
Browse files Browse the repository at this point in the history
This patch changes the position of backtick and square brackets so that
the reference is rendered as a link in generated documentation.
  • Loading branch information
wiktor-k committed Oct 25, 2022
1 parent bbdcaf7 commit bc8506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/cipher_ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ impl CipherCtxRef {

/// Retrieves the calculated authentication tag from the context.
///
/// This should be called after `[Self::cipher_final]`, and is only supported by authenticated ciphers.
/// This should be called after [`Self::cipher_final`], and is only supported by authenticated ciphers.
///
/// The size of the buffer indicates the size of the tag. While some ciphers support a range of tag sizes, it is
/// recommended to pick the maximum size.
Expand Down

0 comments on commit bc8506d

Please sign in to comment.