[libcamera-devel] [PATCH 3/3] Documentation: Link to the API documentation generated by Doxygen
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Fri Jan 11 00:38:29 CET 2019
Add a link in the toctree to the API documentation.
sphinx doesn't seem to support relative external links, but we can trick
it into thinking the link is absolute by adding '#://' at the end.
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
Documentation/index.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 3e089e69729c..a87509c24275 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -24,3 +24,4 @@ systems, including traditional Linux distributions, ChromeOS and Android.
Docs <docs>
Coding Style <coding-style>
Contribute <contributing>
+ API <../api-html/index.html#://>
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list