GNOME Bugzilla – Bug 727320
docs: Remove escaping '\' from literals
Last modified: 2014-03-30 12:39:47 UTC
commit 35066ed6c6b51317f49069f2564c547aa309f9f1 replaced entities, but escaped the replacement text also inside literals, which resulted in the escaping '\' to also appear in the documentation. Command used to find possibly wrong escapes in literals: find . -name '*.c' -exec grep -n '\*.*`.*\\[^[:alnum:]].*`' '{}' + | \ grep --color '\\[^[:alnum:]]'
Created attachment 273264 [details] [review] docs: Remove escaping '\' from literals
Created attachment 273265 [details] [review] docs: Remove escaping '\' from literals commit 35066ed6c6b51317f49069f2564c547aa309f9f1 replaced entities, but escaped the replacement text also inside literals, which resulted in the escaping '\' to also appear in the documentation.
Review of attachment 273265 [details] [review]: Makes sense to me, thanks for the patch!
Attachment 273265 [details] pushed as a0b932a - docs: Remove escaping '\' from literals