summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-08-07 22:23:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-08-07 22:23:18 +0000
commitf1d08f9c371bbaa5830b0cf68eabfc887bc5fc28 (patch)
treeeb733b8fc25d0538db2ecf4f73247dc557185b6d /gtk/gtkmain.c
parent327fcd344dae28d0acbcd5c0806fca31269401ce (diff)
downloadgdk-pixbuf-f1d08f9c371bbaa5830b0cf68eabfc887bc5fc28.tar.gz
Fix doc comment.
* gtk/gtkmain.c (gtk_init): Fix doc comment. * gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the doc comment gtk-doc-grokkable.
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index c57361273..e3477d1c9 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -890,7 +890,7 @@ gtk_init_check (int *argc,
#undef gtk_init
/**
- * gtk_init_check:
+ * gtk_init:
* @argc: Address of the <parameter>argc</parameter> parameter of your
* <function>main()</function> function. Changed if any arguments were
* handled.
@@ -900,8 +900,8 @@ gtk_init_check (int *argc,
*
* Call this function before using any other GTK+ functions in your GUI
* applications. It will initialize everything needed to operate the toolkit and
- * parses some standard command line options. <parameter>argc</parameter> and
- * <parameter>argv</parameter> are adjusted accordingly so your own code will
+ * parses some standard command line options. @argc and
+ * @argv are adjusted accordingly so your own code will
* never see those standard arguments.
*
* <note><para>