]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
docs/devel: include the plugin API information from the headers
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 23 Mar 2021 16:52:48 +0000 (16:52 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 24 Mar 2021 14:24:44 +0000 (14:24 +0000)
We have kerneldoc tags for the headers so we might as well extract
them into our developer documentation whilst we are at it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Aaron Lindsay <aaron@os.amperecomputing.com>
Message-Id: <20210323165308.15244-3-alex.bennee@linaro.org>

docs/devel/tcg-plugins.rst

index 39ce86ed961074f97566eb7f4315ac38934abcdc..18c6581d85cfc14d14d79222e5ebb2a062683165 100644 (file)
@@ -63,6 +63,11 @@ valid during the lifetime of the callback so it is important that any
 information that is needed is extracted during the callback and saved
 by the plugin.
 
+API
+===
+
+.. kernel-doc:: include/qemu/qemu-plugin.h
+
 Usage
 =====