summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-02-16 18:03:19 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2012-02-17 09:58:21 -0600
commit438e1c79f196f0bc9411ef8183f9906e0efbd578 (patch)
treef10d95724cb66ca34f9969cefcce6f64db704aca
parenta0dbf4083452cbbc8703f309c6b1f89abfa7cebe (diff)
downloadfocaccia-qemu-438e1c79f196f0bc9411ef8183f9906e0efbd578.tar.gz
focaccia-qemu-438e1c79f196f0bc9411ef8183f9906e0efbd578.zip
qom: Fix identifiers in documentation
Fixes gtk-doc warnings.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--include/qemu/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qemu/object.h b/include/qemu/object.h
index c8712540b5..5179c0cf5a 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