[gtk+/gtk-3-10] Fix the documentation build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-10] Fix the documentation build
- Date: Sun, 6 Apr 2014 03:44:53 +0000 (UTC)
commit ebf97dfbe4240071060178b626dc3ebbe4115304
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Apr 5 16:16:10 2014 -0400
Fix the documentation build
gtk/deprecated/gtkactiongroup.c | 3 ++-
gtk/gtkmain.c | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtk/deprecated/gtkactiongroup.c b/gtk/deprecated/gtkactiongroup.c
index 01c2d53..69f2c5c 100644
--- a/gtk/deprecated/gtkactiongroup.c
+++ b/gtk/deprecated/gtkactiongroup.c
@@ -43,7 +43,7 @@
* actions that act on that document (eg. save, cut/copy/paste, etc). Each
* window's menus would be constructed from a combination of two action
* groups.
- * </para>
+ *
* <para id="Action-Accel">
* Accelerators are handled by the GTK+ accelerator map. All actions are
* assigned an accelerator path (which normally has the form
@@ -52,6 +52,7 @@
* and toolitems take on this accelerator path. The GTK+ accelerator map
* code makes sure that the correct shortcut is displayed next to the menu
* item.
+ * </para>
*
* <refsect2 id="GtkActionGroup-BUILDER-UI">
* <title>GtkActionGroup as GtkBuildable</title>
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index eba38cc..5bc853f 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -52,7 +52,7 @@
* example, when an Open button is clicked you might display a
* #GtkFileChooserDialog. After a callback finishes, GTK+ will return to the
* main loop and await more user input.
- * </para>
+ *
* <example>
* <title>Typical <function>main()</function> function for a GTK+ application</title>
* <programlisting>
@@ -82,7 +82,7 @@
* }
* </programlisting>
* </example>
- * <para>
+ *
* It's OK to use the GLib main loop directly instead of gtk_main(), though it
* involves slightly more typing. See #GMainLoop in the GLib documentation.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]