Fix malformed GTK-Doc comment blocks: invalid parameters and tags.

Found these thanks to the improved gobject-introspection
GTK-Doc comment block/annotation parser.
See https://bugzilla.gnome.org/show_bug.cgi?id=672254

https://bugzilla.gnome.org/show_bug.cgi?id=673385
This commit is contained in:
Dieter Verfaillie
2012-04-03 20:17:00 +02:00
committed by Johan Dahlin
parent fefe5d9a20
commit 0183c1f8a1
4 changed files with 4 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ g_remote_action_group_default_init (GRemoteActionGroupInterface *iface)
* g_remote_action_group_activate_action_full: * g_remote_action_group_activate_action_full:
* @remote: a #GDBusActionGroup * @remote: a #GDBusActionGroup
* @action_name: the name of the action to activate * @action_name: the name of the action to activate
* @parameter: (allow none): the optional parameter to the activation * @parameter: (allow-none): the optional parameter to the activation
* @platform_data: the platform data to send * @platform_data: the platform data to send
* *
* Activates the remote action. * Activates the remote action.

View File

@@ -176,7 +176,7 @@ g_async_queue_ref (GAsyncQueue *queue)
* *
* Increases the reference count of the asynchronous @queue by 1. * Increases the reference count of the asynchronous @queue by 1.
* *
* @Deprecated: Since 2.8, reference counting is done atomically * Deprecated: 2.8: Reference counting is done atomically.
* so g_async_queue_ref() can be used regardless of the @queue's * so g_async_queue_ref() can be used regardless of the @queue's
* lock. * lock.
*/ */
@@ -197,7 +197,7 @@ g_async_queue_ref_unlocked (GAsyncQueue *queue)
* the @queue's lock. If the reference count went to 0, the @queue * the @queue's lock. If the reference count went to 0, the @queue
* will be destroyed and the memory allocated will be freed. * will be destroyed and the memory allocated will be freed.
* *
* @Deprecated: Since 2.8, reference counting is done atomically * Deprecated: 2.8: Reference counting is done atomically.
* so g_async_queue_unref() can be used regardless of the @queue's * so g_async_queue_unref() can be used regardless of the @queue's
* lock. * lock.
*/ */

View File

@@ -659,7 +659,6 @@ profile_print_locked (guint *local_data,
/** /**
* g_mem_profile: * g_mem_profile:
* @void:
* *
* Outputs a summary of memory usage. * Outputs a summary of memory usage.
* *

View File

@@ -4058,7 +4058,7 @@ g_type_check_class_cast (GTypeClass *type_class,
* Private helper function to aid implementation of the G_TYPE_CHECK_INSTANCE() * Private helper function to aid implementation of the G_TYPE_CHECK_INSTANCE()
* macro. * macro.
* *
* @Returns: #TRUE if @instance is valid, #FALSE otherwise. * Returns: %TRUE if @instance is valid, %FALSE otherwise.
*/ */
gboolean gboolean
g_type_check_instance (GTypeInstance *type_instance) g_type_check_instance (GTypeInstance *type_instance)