diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2015-11-16 12:14:05 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-11-19 14:54:57 -0500 |
commit | ce8b5b45869f24a7ddf1e3bd84d547aaffa475e4 (patch) | |
tree | 950c0d2c0fdb2ef0c9b465dfd03c59fa6770a36d /gtk/gtkrecentmanager.h | |
parent | 9f3839066ec3bb1be49e127da1320f9b5d5bf02c (diff) | |
download | gtk+-ce8b5b45869f24a7ddf1e3bd84d547aaffa475e4.tar.gz |
Fix character entities
These are not supposed to be supported by gtk-doc¹
¹https://bugzilla.gnome.org/show_bug.cgi?id=758137
https://bugzilla.gnome.org/show_bug.cgi?id=758175
Diffstat (limited to 'gtk/gtkrecentmanager.h')
-rw-r--r-- | gtk/gtkrecentmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrecentmanager.h b/gtk/gtkrecentmanager.h index b0a26ee0ac..9f15abe078 100644 --- a/gtk/gtkrecentmanager.h +++ b/gtk/gtkrecentmanager.h @@ -55,7 +55,7 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate; * @app_name: the name of the application that is registering this recently * used resource; * @app_exec: command line used to launch this resource; may contain the - * “%f” and “%u” escape characters which will be expanded + * “\%f” and “\%u” escape characters which will be expanded * to the resource file path and URI respectively when the command line * is retrieved; * @groups: (array zero-terminated=1): a vector of strings containing |