[libgnome-keyring] Fix up some documentation warnings



commit 59de7d22dde3bfcc0b936e286dfb3860ccc2ea3b
Author: Stef Walter <stefw gnome org>
Date:   Sat Mar 31 15:07:51 2012 +0200

    Fix up some documentation warnings

 docs/reference/gnome-keyring/Makefile.am           |    3 ++-
 .../gnome-keyring/gnome-keyring-sections.txt       |    1 +
 library/gnome-keyring.c                            |    8 ++++++++
 3 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gnome-keyring/Makefile.am b/docs/reference/gnome-keyring/Makefile.am
index 9a09acd..f3212ea 100644
--- a/docs/reference/gnome-keyring/Makefile.am
+++ b/docs/reference/gnome-keyring/Makefile.am
@@ -64,7 +64,8 @@ IGNORE_HFILES= \
 	gkr-debug.h \
 	gkr-misc.h \
 	gkr-operation.h \
-	gkr-session.h
+	gkr-session.h \
+	mock-service.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/docs/reference/gnome-keyring/gnome-keyring-sections.txt b/docs/reference/gnome-keyring/gnome-keyring-sections.txt
index aea2ec3..749d632 100644
--- a/docs/reference/gnome-keyring/gnome-keyring-sections.txt
+++ b/docs/reference/gnome-keyring/gnome-keyring-sections.txt
@@ -1,6 +1,7 @@
 <SECTION>
 <FILE>gnome-keyring-password</FILE>
 GnomeKeyringPasswordSchema
+GnomeKeyringPasswordSchemaAttribute
 GNOME_KEYRING_NETWORK_PASSWORD
 GNOME_KEYRING_DEFAULT
 GNOME_KEYRING_SESSION
diff --git a/library/gnome-keyring.c b/library/gnome-keyring.c
index 6d1c292..13aad56 100644
--- a/library/gnome-keyring.c
+++ b/library/gnome-keyring.c
@@ -4680,6 +4680,14 @@ gnome_keyring_set_network_password_sync (const char                            *
  * </para>
  **/
 
+/**
+ * GnomeKeyringPasswordSchemaAttribute:
+ * @name: the attribute name
+ * @type: the attribute data type
+ *
+ * One attribute of a #GnomeKeyringPasswordSchema.
+ */
+
 static const GnomeKeyringPasswordSchema network_password_schema = {
 	GNOME_KEYRING_ITEM_NETWORK_PASSWORD,
 	{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]