mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Fix incorrect doxygen escapes
This commit is contained in:
parent
8c01e7e1ce
commit
ba7647531b
@ -196,7 +196,7 @@ String Representation | URI Fragment Representation | Pointer Tokens (UTF-8)
|
||||
`"/m~0n"` | `"#/m~0n"` | `{"m~n"}`
|
||||
`"/ "` | `"#/%20"` | `{" "}`
|
||||
`"/\0"` | `"#/%00"` | `{"\0"}`
|
||||
`"/\xE2\x82\xAC"` | `"#/%E2%82%AC"` | `{"\xE2\x82\xAC"}`
|
||||
`"/€"` | `"#/%E2%82%AC"` | `{"€"}`
|
||||
|
||||
RapidJSON fully support URI fragment representation. It automatically detects the pound sign during parsing.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user