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"}`
|
`"/m~0n"` | `"#/m~0n"` | `{"m~n"}`
|
||||||
`"/ "` | `"#/%20"` | `{" "}`
|
`"/ "` | `"#/%20"` | `{" "}`
|
||||||
`"/\0"` | `"#/%00"` | `{"\0"}`
|
`"/\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.
|
RapidJSON fully support URI fragment representation. It automatically detects the pound sign during parsing.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user