From da966a8a7ccb3811546bf141e17e928ea291256e Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Fri, 30 Jun 2023 19:04:11 +0100 Subject: docs/devel: split qom-api reference into new file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lets try and keep the overview of the sub-system digestible by splitting the core API stuff into a separate file. As QOM and QDEV work together we should also try and enumerate the qdev_ functions. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée Message-Id: <20230630180423.558337-27-alex.bennee@linaro.org> --- docs/devel/qom.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/devel/qom.rst') diff --git a/docs/devel/qom.rst b/docs/devel/qom.rst index 2828843058..c342ce18e3 100644 --- a/docs/devel/qom.rst +++ b/docs/devel/qom.rst @@ -387,4 +387,5 @@ OBJECT_DEFINE_ABSTRACT_TYPE() macro can be used instead: API Reference ------------- -.. kernel-doc:: include/qom/object.h +See the :ref:`QOM API` and :ref:`QDEV API` +documents for the complete API description. -- cgit 1.4.1