diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-12 03:09:56 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-01-11 15:26:31 +0200 |
commit | c8e2c5adda95f3be0354a832268539f7314afb5e (patch) | |
tree | 7e9e72c3f173ebf4080aac3e2a4db6f474c3dac4 /Documentation/index.rst | |
parent | f21090516def65a0e50348d2c45eea0875c05d57 (diff) |
Documentation: Link to the API documentation generated by Doxygen
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@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 3e089e69..a87509c2 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#://> |