Make building C++ API docs optional

If Doxygen isn't found then the C++ API reference page won't be included in the built docs.
This commit is contained in:
Oliver Hamlet
2025-06-11 19:06:09 +01:00
parent f4511b99bb
commit 47e109b5c0
5 changed files with 33 additions and 16 deletions
@@ -1,6 +1,6 @@
*************
API Reference
*************
*****************
C++ API Reference
*****************
.. contents::
:local:
+6
View File
@@ -0,0 +1,6 @@
******************
Rust API Reference
******************
To view the Rust API reference, run ``cargo doc --open`` from the root directory
of a copy of the libloot source code repository.