summaryrefslogtreecommitdiff
path: root/Documentation/index.rst
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-01-11 16:35:32 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-01-11 17:17:22 +0200
commite42683b40d657eda998e62ef0895a4e386165023 (patch)
tree44660c55ce964d7734555c35aab81b1fb0175db8 /Documentation/index.rst
parent159c496b514fa114c997d990f94a7617e507b33c (diff)
Documentation: Add placeholder for Doxygen-generated API documentation
Until we have better Sphinx + Doxygen integration, replace the relative external link to the API documentation with a placeholder directory, which will be populated with the Doxygen-generated doc when exporting documentation to the website. This is needed as the Sphinx documentation is exported to the root of the website, linking to ../api-html is thus not possible. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r--Documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index a87509c2..e481f081 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -24,4 +24,4 @@ systems, including traditional Linux distributions, ChromeOS and Android.
Docs <docs>
Coding Style <coding-style>
Contribute <contributing>
- API <../api-html/index.html#://>
+ API <api-html/index>