Use verbatim strings in tooltip descriptions

Additionally escapes backslashes in the tooltip string. Only character
that needs to be manually escaped is the double quotation marks.
This commit is contained in:
GoaLitiuM
2021-05-26 22:00:45 +03:00
parent 64a8408600
commit d1fbe42443
2 changed files with 3 additions and 4 deletions

View File

@@ -745,7 +745,7 @@ API_ENUM() enum class KeyboardKeys
LeftBracket = 0xDB,
/// <summary>
/// Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard the '\\|' key
/// Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard the '\|' key
/// </summary>
Backslash = 0xDC,