]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qom: Add kernel-doc markup to introduction doc comment
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Sep 2020 22:15:21 +0000 (18:15 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (19:11 +0200)
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>
include/qom/object.h

index e1871f08be802198c035b0c1d765b5af9cf409ec..7747a1e3d8d8ccdf28c085289eeb4e61f30808f8 100644 (file)
@@ -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