[libgdata] documents: Use standard ‘Deprecated ’ syntax in gtk-doc comments



commit 92c9c1b488a5da38a100ddc19b3544e702bd3cd8
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Apr 24 01:15:41 2015 +0100

    documents: Use standard ‘Deprecated’ syntax in gtk-doc comments
    
    Standardise with the rest of libgdata, and the gtk-doc manual.

 gdata/services/documents/gdata-documents-entry.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-entry.c 
b/gdata/services/documents/gdata-documents-entry.c
index 4568204..3f69272 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -171,7 +171,7 @@ gdata_documents_entry_class_init (GDataDocumentsEntryClass *klass)
         * The last time the document was edited. If the document has not been edited yet, the content 
indicates the time it was created.
         *
         * Since: 0.4.0
-        * Deprecated: This is identical to #GDataEntry:updated. (Since: UNRELEASED)
+        * Deprecated: UNRELEASED: This is identical to #GDataEntry:updated.
         **/
        g_object_class_install_property (gobject_class, PROP_EDITED,
                                         g_param_spec_int64 ("edited",
@@ -250,7 +250,7 @@ gdata_documents_entry_class_init (GDataDocumentsEntryClass *klass)
         * Documentation</ulink> refers to these as “untyped resource IDs”.
         *
         * Since: 0.4.0
-        * Deprecated: This a substring of the #GDataDocumentsEntry:resource-id, which is more general and 
should be used instead. (Since: 0.11.0.)
+        * Deprecated: 0.11.0: This a substring of the #GDataDocumentsEntry:resource-id, which is more 
general and should be used instead.
         **/
        g_object_class_install_property (gobject_class, PROP_DOCUMENT_ID,
                                         g_param_spec_string ("document-id",
@@ -774,7 +774,7 @@ get_entry_uri (const gchar *id)
  * Return value: the UNIX timestamp for the time the document was last edited, or <code 
class="literal">-1</code>
  *
  * Since: 0.4.0
- * Deprecated: Use gdata_entry_get_updated() instead. See #GDataDocumentsEntry:edited. (Since: UNRELEASED)
+ * Deprecated: UNRELEASED: Use gdata_entry_get_updated() instead. See #GDataDocumentsEntry:edited.
  **/
 gint64
 gdata_documents_entry_get_edited (GDataDocumentsEntry *self)
@@ -880,7 +880,7 @@ gdata_documents_entry_get_path (GDataDocumentsEntry *self)
  * Return value: the document's document ID
  *
  * Since: 0.4.0
- * Deprecated: Use gdata_documents_entry_get_resource_id() instead. See #GDataDocumentsEntry:document-id. 
(Since: 0.11.0.)
+ * Deprecated: 0.11.0: Use gdata_documents_entry_get_resource_id() instead. See 
#GDataDocumentsEntry:document-id.
  **/
 const gchar *
 gdata_documents_entry_get_document_id (GDataDocumentsEntry *self )


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