mirror of https://gitee.com/openkylin/qemu.git
qom: Add kernel-doc markup to introduction doc comment
Add DOC: section keyword to introduction doc comment, so it will be rendered by kernel-doc. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20200910221526.10041-5-ehabkost@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
78170df827
commit
ed799805d0
|
@ -29,9 +29,7 @@ typedef struct InterfaceInfo InterfaceInfo;
|
|||
#define TYPE_OBJECT "object"
|
||||
|
||||
/**
|
||||
* SECTION:object.h
|
||||
* @title:Base Object Type System
|
||||
* @short_description: interfaces for creating new types and objects
|
||||
* DOC:
|
||||
*
|
||||
* The QEMU Object Model provides a framework for registering user creatable
|
||||
* types and instantiating objects from those types. QOM provides the following
|
||||
|
|
Loading…
Reference in New Issue