From: Eduardo Habkost Date: Thu, 10 Sep 2020 22:15:21 +0000 (-0400) Subject: qom: Add kernel-doc markup to introduction doc comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ed799805d00ccdda45eb8441c7d929624d9e98a6;p=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 Message-Id: <20200910221526.10041-5-ehabkost@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/include/qom/object.h b/include/qom/object.h index e1871f08be..7747a1e3d8 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