Skip to content

Commit

Permalink
cxx-qt-lib: Change to_be() to use the correct doc comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Jan 16, 2025
1 parent bbc85b2 commit 1dd3bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cxx-qt-lib/src/core/quuid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl QUuid {
}

/// Converts self to big endian from the target’s endianness.
// This function is analogous to [`u8::to_be`](https://doc.rust-lang.org/src/core/num/uint_macros.rs.html#399-431).
/// This function is analogous to [`u8::to_be`](https://doc.rust-lang.org/src/core/num/uint_macros.rs.html#399-431).
///
/// On big endian this is a no-op. On little endian the bytes are swapped.
///
Expand Down

0 comments on commit 1dd3bb5

Please sign in to comment.