diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-09 02:07:26 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-09 02:07:26 -0500 |
commit | 35066ed6c6b51317f49069f2564c547aa309f9f1 (patch) | |
tree | 99d551f8a428dab4a639d7761eb57aa2d5065ffa /gio/gdesktopappinfo.c | |
parent | a03cee3b27b9c1abfbef4972e67adec6286cc968 (diff) | |
download | glib-35066ed6c6b51317f49069f2564c547aa309f9f1.tar.gz |
Docs: Drop entities, switch away from sgml mode
Since all element markup is now gone from the doc comments,
we can turn off the gtk-doc sgml mode, which means that from
now on, docbook markup is no longer allowed in doc comments.
To make this possible, we have to replace all remaining
entities in doc comments by their replacement text, & -> &
and so on.
Diffstat (limited to 'gio/gdesktopappinfo.c')
-rw-r--r-- | gio/gdesktopappinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 42fb61e3d..365d9bae2 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -58,7 +58,7 @@ * #GDesktopAppInfo is an implementation of #GAppInfo based on * desktop files. * - * Note that `<gio/gdesktopappinfo.h>` belongs to the UNIX-specific + * Note that `<gio/gdesktopappinfo.h>` belongs to the UNIX-specific * GIO interfaces, thus you have to use the `gio-unix-2.0.pc` pkg-config * file when using it. */ |