mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 14:59:44 +03:00
Documentation: Add internal-api-html placeholder
Mimicking the existing api-html placeholder, add a placeholder for the internal version of the Doxygen generated API documentation so that the website can generate hyperlinks to it properly. Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
69d11d29a2
commit
be2182d239
3 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
.. container:: documentation-nav
|
||||
|
||||
* :doc:`/api-html/index`
|
||||
* :doc:`/internal-api-html/index`
|
||||
* :doc:`/camera-sensor-model`
|
||||
* :doc:`/code-of-conduct`
|
||||
* :doc:`/coding-style`
|
||||
|
|
8
Documentation/internal-api-html/index.rst
Normal file
8
Documentation/internal-api-html/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. _internal-api:
|
||||
|
||||
Internal API Reference
|
||||
======================
|
||||
|
||||
:: Placeholder for Doxygen documentation
|
|
@ -13,6 +13,7 @@ Documentation
|
|||
:hidden:
|
||||
|
||||
API <api-html/index>
|
||||
Internal API <internal-api-html/index>
|
||||
|
||||
What is libcamera?
|
||||
==================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue