diff options
author | Daniel Scally <dan.scally@ideasonboard.com> | 2024-08-20 14:07:39 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-08-21 03:11:36 +0300 |
commit | be2182d23971a13512507d6b07cd6111a8b079bb (patch) | |
tree | 6bb59d6039958e63b2a326ac43d9cefee5b5727f /Documentation | |
parent | 69d11d29a202f91bfcf1dc3a5d3a1ab0f56b8463 (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/documentation-contents.rst | 1 | ||||
-rw-r--r-- | Documentation/internal-api-html/index.rst | 8 | ||||
-rw-r--r-- | Documentation/introduction.rst | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/documentation-contents.rst b/Documentation/documentation-contents.rst index c14389bc..912b13f3 100644 --- a/Documentation/documentation-contents.rst +++ b/Documentation/documentation-contents.rst @@ -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` diff --git a/Documentation/internal-api-html/index.rst b/Documentation/internal-api-html/index.rst new file mode 100644 index 00000000..43768648 --- /dev/null +++ b/Documentation/internal-api-html/index.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + +.. _internal-api: + +Internal API Reference +====================== + +:: Placeholder for Doxygen documentation diff --git a/Documentation/introduction.rst b/Documentation/introduction.rst index 8f96c65f..5c64d08c 100644 --- a/Documentation/introduction.rst +++ b/Documentation/introduction.rst @@ -13,6 +13,7 @@ Documentation :hidden: API <api-html/index> + Internal API <internal-api-html/index> What is libcamera? ================== |