After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768040 - docs: Fix escape sequences so devhelp displays them correctly
docs: Fix escape sequences so devhelp displays them correctly
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-25 18:16 UTC by Matthew Leeds
Modified: 2016-06-30 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: Fix escape sequences so devhelp displays them correctly (1.65 KB, patch)
2016-06-25 18:17 UTC, Matthew Leeds
accepted-commit_now Details | Review

Description Matthew Leeds 2016-06-25 18:16:56 UTC
See the commit message for an explanation.
Comment 1 Matthew Leeds 2016-06-25 18:17:01 UTC
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.
Comment 2 Sébastien Wilmet 2016-06-25 18:58:44 UTC
Review of attachment 330369 [details] [review]:

Looks good.
Comment 3 Sébastien Wilmet 2016-06-30 12:24:38 UTC
Pushed as commit cdff933bc00f21d5f1048f1136e56b0a91139c83.

Thanks!