docs: add base-dirs in the generated C API documentation

This commit is contained in:
George Kiagiadakis 2024-03-01 09:46:03 +02:00
parent c841ec97a8
commit 14daab576b
3 changed files with 8 additions and 0 deletions

View file

@ -39,3 +39,4 @@ C API Documentation
c_api/si_interfaces_api.rst
c_api/si_factory_api.rst
c_api/state_api.rst
c_api/base_dirs_api.rst

View file

@ -0,0 +1,6 @@
.. _base_dirs_api:
Base Directories File Lookup
============================
.. doxygengroup:: wpbasedirs
:content-only:

View file

@ -1,5 +1,6 @@
# you need to add here any files you add to the api directory as well
sphinx_files += files(
'base_dirs_api.rst',
'client_api.rst',
'component_loader_api.rst',
'conf_api.rst',