Skip to content
Snippets Groups Projects
Commit d2c68165 authored by Alec Theriault's avatar Alec Theriault
Browse files

Docs: properly escape character literals

Single quotes in Haddock are used for references to other identifiers.
Character literals should have both the single quote and possible backslash
escaped with extra backslahes.

Ex: `@\'\\0\'@`, not `'\0'`
parent 12838099
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment