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>
This commit is contained in:
parent
159c496b51
commit
e42683b40d
2 changed files with 5 additions and 1 deletions
4
Documentation/api-html/index.rst
Normal file
4
Documentation/api-html/index.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
API
|
||||
===
|
||||
|
||||
:: Placeholder for Doxygen documentation
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue