[libgdata] docs: Fix some incorrect <ulink> tags in documentation comments
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] docs: Fix some incorrect <ulink> tags in documentation comments
- Date: Sun, 22 Aug 2010 14:04:59 +0000 (UTC)
commit d326c297df49a6e8c69c056d5a0d066174d2dad2
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Aug 22 13:03:18 2010 +0100
docs: Fix some incorrect <ulink> tags in documentation comments
gdata/gdata-entry.c | 28 ++++++++++----------
gdata/gdata-feed.c | 4 +-
.../services/documents/gdata-documents-document.c | 2 +-
gdata/services/documents/gdata-documents-entry.c | 2 +-
gdata/services/documents/gdata-documents-folder.c | 2 +-
.../documents/gdata-documents-presentation.c | 2 +-
.../documents/gdata-documents-spreadsheet.c | 2 +-
gdata/services/documents/gdata-documents-text.c | 2 +-
8 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/gdata/gdata-entry.c b/gdata/gdata-entry.c
index bdfc717..ee8c4b8 100644
--- a/gdata/gdata-entry.c
+++ b/gdata/gdata-entry.c
@@ -119,8 +119,8 @@ gdata_entry_class_init (GDataEntryClass *klass)
*
* A human-readable title for the entry.
*
- * For more information, see the <ulink type="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.title">
- * Atom specification</ulink>.
+ * For more information, see the <ulink type="http"
+ * url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.title">Atom specification</ulink>.
**/
g_object_class_install_property (gobject_class, PROP_TITLE,
g_param_spec_string ("title",
@@ -133,8 +133,8 @@ gdata_entry_class_init (GDataEntryClass *klass)
*
* A short summary, abstract, or excerpt of the entry.
*
- * For more information, see the <ulink type="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.summary">
- * Atom specification</ulink>.
+ * For more information, see the <ulink type="http"
+ * url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.summary">Atom specification</ulink>.
*
* Since: 0.4.0
**/
@@ -149,7 +149,7 @@ gdata_entry_class_init (GDataEntryClass *klass)
*
* A permanent, universally unique identifier for the entry, in IRI form.
*
- * For more information, see the <ulink type="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.id">
+ * For more information, see the <ulink type="http" url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.id">
* Atom specification</ulink>.
**/
g_object_class_install_property (gobject_class, PROP_ID,
@@ -164,7 +164,7 @@ gdata_entry_class_init (GDataEntryClass *klass)
* An identifier for a particular version of the entry. This changes every time the entry on the server changes, and can be used
* for conditional retrieval and locking.
*
- * For more information, see the <ulink type="http://code.google.com/apis/gdata/docs/2.0/reference.html#ResourceVersioning">
+ * For more information, see the <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/reference.html#ResourceVersioning">
* GData specification</ulink>.
*
* Since: 0.2.0
@@ -180,8 +180,8 @@ gdata_entry_class_init (GDataEntryClass *klass)
*
* The date and time when the entry was most recently updated significantly.
*
- * For more information, see the <ulink type="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.updated">
- * Atom specification</ulink>.
+ * For more information, see the <ulink type="http"
+ * url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.updated">Atom specification</ulink>.
**/
g_object_class_install_property (gobject_class, PROP_UPDATED,
g_param_spec_boxed ("updated",
@@ -194,8 +194,8 @@ gdata_entry_class_init (GDataEntryClass *klass)
*
* The date and time the entry was first published or made available.
*
- * For more information, see the <ulink type="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.published">
- * Atom specification</ulink>.
+ * For more information, see the <ulink type="http"
+ * url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.published">Atom specification</ulink>.
**/
g_object_class_install_property (gobject_class, PROP_PUBLISHED,
g_param_spec_boxed ("published",
@@ -208,8 +208,8 @@ gdata_entry_class_init (GDataEntryClass *klass)
*
* The content of the entry. This is mutually exclusive with #GDataEntry:content.
*
- * For more information, see the <ulink type="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.content">
- * Atom specification</ulink>.
+ * For more information, see the <ulink type="http"
+ * url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.content">Atom specification</ulink>.
**/
g_object_class_install_property (gobject_class, PROP_CONTENT,
g_param_spec_string ("content",
@@ -250,8 +250,8 @@ gdata_entry_class_init (GDataEntryClass *klass)
*
* The ownership rights pertaining to the entry.
*
- * For more information, see the <ulink type="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.rights">
- * Atom specification</ulink>.
+ * For more information, see the <ulink type="http"
+ * url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.rights">Atom specification</ulink>.
*
* Since: 0.5.0
**/
diff --git a/gdata/gdata-feed.c b/gdata/gdata-feed.c
index c176914..dc2a607 100644
--- a/gdata/gdata-feed.c
+++ b/gdata/gdata-feed.c
@@ -229,8 +229,8 @@ gdata_feed_class_init (GDataFeedClass *klass)
*
* The ownership rights pertaining to the entire feed.
*
- * For more information, see the <ulink type="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.rights">
- * Atom specification</ulink>.
+ * For more information, see the <ulink type="http"
+ * url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.rights">Atom specification</ulink>.
*
* Since: 0.7.0
**/
diff --git a/gdata/services/documents/gdata-documents-document.c b/gdata/services/documents/gdata-documents-document.c
index 046074e..021f946 100644
--- a/gdata/services/documents/gdata-documents-document.c
+++ b/gdata/services/documents/gdata-documents-document.c
@@ -27,7 +27,7 @@
* #GDataDocumentsPresentation, #GDataDocumentsText and #GDataDocumentsSpreadsheet, which are instantiable.
*
* For more details of Google Documents' GData API, see the
- * <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
*
* Since: 0.7.0
**/
diff --git a/gdata/services/documents/gdata-documents-entry.c b/gdata/services/documents/gdata-documents-entry.c
index 5877010..14cf552 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -31,7 +31,7 @@
* %GDATA_DOCUMENTS_ACCESS_ROLE_OWNER and %GDATA_DOCUMENTS_ACCESS_ROLE_READER.
*
* For more details of Google Documents' GData API, see the
- * <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
*
* Since: 0.4.0
**/
diff --git a/gdata/services/documents/gdata-documents-folder.c b/gdata/services/documents/gdata-documents-folder.c
index 91ad85c..ec163aa 100644
--- a/gdata/services/documents/gdata-documents-folder.c
+++ b/gdata/services/documents/gdata-documents-folder.c
@@ -27,7 +27,7 @@
* #GDataDocumentsFolder is a subclass of #GDataDocumentsEntry to represent a folder from Google Documents.
*
* For more details of Google Documents' GData API, see the
- * <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
*
* Since: 0.4.0
**/
diff --git a/gdata/services/documents/gdata-documents-presentation.c b/gdata/services/documents/gdata-documents-presentation.c
index 2496f4d..696a959 100644
--- a/gdata/services/documents/gdata-documents-presentation.c
+++ b/gdata/services/documents/gdata-documents-presentation.c
@@ -27,7 +27,7 @@
* #GDataDocumentsPresentation is a subclass of #GDataDocumentsDocument to represent a Google Documents presentation.
*
* For more details of Google Documents' GData API, see the
- * <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
*
* Since: 0.4.0
**/
diff --git a/gdata/services/documents/gdata-documents-spreadsheet.c b/gdata/services/documents/gdata-documents-spreadsheet.c
index b7ece76..5f66b8e 100644
--- a/gdata/services/documents/gdata-documents-spreadsheet.c
+++ b/gdata/services/documents/gdata-documents-spreadsheet.c
@@ -27,7 +27,7 @@
* #GDataDocumentsSpreadsheet is a subclass of #GDataDocumentsDocument to represent a spreadsheet from Google Documents.
*
* For more details of Google Documents' GData API, see the
- * <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
*
* Since: 0.4.0
**/
diff --git a/gdata/services/documents/gdata-documents-text.c b/gdata/services/documents/gdata-documents-text.c
index 0210497..71a6761 100644
--- a/gdata/services/documents/gdata-documents-text.c
+++ b/gdata/services/documents/gdata-documents-text.c
@@ -27,7 +27,7 @@
* #GDataDocumentsText is a subclass of #GDataDocumentsDocument to represent a text document from Google Documents.
*
* For more details of Google Documents' GData API, see the
- * <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html">online documentation</ulink>.
*
* Since: 0.4.0
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]