diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-10-14 17:05:55 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-15 15:16:17 +0100 |
commit | 0ae50e8e1e3799d22ca3431f0f238608dc2a4d36 (patch) | |
tree | 67cf64de126f39e4ae46c1fcf63bf38374bb7077 /docs | |
parent | 51483f6c84a844e92829bcd70bddade8f83bcc72 (diff) |
docs/devel/lockcnt: Include kernel-doc API documentation
Pull in the kernel-doc API documentation into the lockcnt docs.
This requires us to fix one rST markup syntax error in the
header file comments.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240816132212.3602106-8-peter.maydell@linaro.org
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/lockcnt.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/lockcnt.rst b/docs/devel/lockcnt.rst index 728594bcea..8b43578f6c 100644 --- a/docs/devel/lockcnt.rst +++ b/docs/devel/lockcnt.rst @@ -175,7 +175,7 @@ three instructions in the critical path, two assignments and a ``smp_wmb()``. ``QemuLockCnt`` API ------------------- -The ``QemuLockCnt`` API is described in ``include/qemu/lockcnt.h``. +.. kernel-doc:: include/qemu/lockcnt.h ``QemuLockCnt`` usage |