Small documentation improvements (#408)

doc: add syntax highlighting to std::ptr::NullablePtr example, fix description of type::escape_bytes

Co-authored-by: paxcut <53811119+paxcut@users.noreply.github.com>
This commit is contained in:
C3pa
2025-06-18 08:55:51 +02:00
committed by GitHub
parent b10a37af67
commit e3edbd5a6f
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ namespace auto type
{
/**
Escapes all bytes in a string to only contain printable characters. All non-printable bytes will be transformed to sequences in the form form \xFF
Escapes all bytes in a string to only contain printable characters. All non-printable bytes will be transformed to sequences in the \xFF form
@param value Byte array to escape
@return Escaped string
*/