diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:01:24 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:01:24 -0500 |
commit | a3bad427c7b63357db3d02aa39a291d47af63f6f (patch) | |
tree | 3ec8da9e9f3f807da662ad0001505297984f1ecb /gtk/gtkmain.c | |
parent | 2dcbe27a06d2a0ef4c3ba507d41243d1c6565117 (diff) | |
download | gtk+-a3bad427c7b63357db3d02aa39a291d47af63f6f.tar.gz |
docs: don't use <application> tags
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r-- | gtk/gtkmain.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 9234782bbc..44c2fa1140 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -243,9 +243,9 @@ gtk_get_micro_version (void) /** * gtk_get_binary_age: * - * Returns the binary age as passed to <application>libtool</application> + * Returns the binary age as passed to `libtool` * when building the GTK+ library the process is running against. - * If <application>libtool</application> means nothing to you, don't + * If `libtool` means nothing to you, don't * worry about it. * * Returns: the binary age of the GTK+ library @@ -261,9 +261,9 @@ gtk_get_binary_age (void) /** * gtk_get_interface_age: * - * Returns the interface age as passed to <application>libtool</application> + * Returns the interface age as passed to `libtool` * when building the GTK+ library the process is running against. - * If <application>libtool</application> means nothing to you, don't + * If `libtool` means nothing to you, don't * worry about it. * * Returns: the interface age of the GTK+ library |