aboutsummaryrefslogtreecommitdiff
path: root/include/qom
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2020-09-10 18:15:21 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-09-30 19:11:36 +0200
commited799805d00ccdda45eb8441c7d929624d9e98a6 (patch)
treeedfc1c3e421596166e9478f71c94d9db363687bf /include/qom
parent78170df8274128f4f1cdbb938e8f891b227af7cb (diff)
downloadqemu-ed799805d00ccdda45eb8441c7d929624d9e98a6.zip
qemu-ed799805d00ccdda45eb8441c7d929624d9e98a6.tar.gz
qemu-ed799805d00ccdda45eb8441c7d929624d9e98a6.tar.bz2
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>
Diffstat (limited to 'include/qom')
-rw-r--r--include/qom/object.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/qom/object.h b/include/qom/object.h
index e1871f0..7747a1e 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -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