mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 14:02:05 -06:00
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>
This commit is contained in:
parent
a0dbf40834
commit
438e1c79f1
1 changed files with 2 additions and 2 deletions
|
@ -486,7 +486,7 @@ void object_finalize(void *obj);
|
||||||
Object *object_dynamic_cast(Object *obj, const char *typename);
|
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
|
* See object_dynamic_cast() for a description of the parameters of this
|
||||||
* function. The only difference in behavior is that this function asserts
|
* 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);
|
struct Error **errp);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @object_property_get_type:
|
* object_property_get_type:
|
||||||
* @obj: the object
|
* @obj: the object
|
||||||
* @name: the name of the property
|
* @name: the name of the property
|
||||||
* @errp: returns an error if this function fails
|
* @errp: returns an error if this function fails
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue