From 438e1c79f196f0bc9411ef8183f9906e0efbd578 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20F=C3=A4rber?= Date: Thu, 16 Feb 2012 18:03:19 +0100 Subject: [PATCH] qom: Fix identifiers in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes gtk-doc warnings. Signed-off-by: Andreas Färber Signed-off-by: Anthony Liguori --- include/qemu/object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qemu/object.h b/include/qemu/object.h index c871254..5179c0c 100644 --- a/include/qemu/object.h +++ b/include/qemu/object.h @@ -486,7 +486,7 @@ void object_finalize(void *obj); Object *object_dynamic_cast(Object *obj, const char *typename); /** - * @object_dynamic_cast_assert: + * object_dynamic_cast_assert: * * See object_dynamic_cast() for a description of the parameters of this * function. The only difference in behavior is that this function asserts @@ -730,7 +730,7 @@ void object_property_set(Object *obj, struct Visitor *v, const char *name, struct Error **errp); /** - * @object_property_get_type: + * object_property_get_type: * @obj: the object * @name: the name of the property * @errp: returns an error if this function fails -- 2.7.4