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:
Daniel Scally 2024-08-20 14:07:39 +01:00 committed by Laurent Pinchart
parent 69d11d29a2
commit be2182d239
3 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,7 @@
.. container:: documentation-nav .. container:: documentation-nav
* :doc:`/api-html/index` * :doc:`/api-html/index`
* :doc:`/internal-api-html/index`
* :doc:`/camera-sensor-model` * :doc:`/camera-sensor-model`
* :doc:`/code-of-conduct` * :doc:`/code-of-conduct`
* :doc:`/coding-style` * :doc:`/coding-style`

View file

@ -0,0 +1,8 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
.. _internal-api:
Internal API Reference
======================
:: Placeholder for Doxygen documentation

View file

@ -13,6 +13,7 @@ Documentation
:hidden: :hidden:
API <api-html/index> API <api-html/index>
Internal API <internal-api-html/index>
What is libcamera? What is libcamera?
================== ==================