GNOME Bugzilla – Bug 768040
docs: Fix escape sequences so devhelp displays them correctly
Last modified: 2016-06-30 12:24:38 UTC
See the commit message for an explanation.
Created attachment 330369 [details] [review] docs: Fix escape sequences so devhelp displays them correctly gtk-doc treats backslash as the escape character, so devhelp displays "\." as "." and "\\" as "\". In the documentation for gtk_source_utils_escape_search_text() and gtk_source_utils_unescape_search_text(), we want to display "\" and "\\" literally so they have to be surrounded by backticks.
Review of attachment 330369 [details] [review]: Looks good.
Pushed as commit cdff933bc00f21d5f1048f1136e56b0a91139c83. Thanks!