libcamera/Documentation
Laurent Pinchart 67bf6bc459 Documentation: Fix Doxygen exclusion of details namespaces
The details namespaces in libcamera are used to hide implementation
details, and should thus be excluded from documentation generation. This
is done incorrectly by specifying the exclusion pattern "*::details::*"
which will ignore all namespaces and types in any details namespace, but
won't ignore functions. Fix it by removing the trailing "::*", causing
Doxygen to ignore the namespace itself, and thus all its contents.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2020-12-27 12:29:26 +02:00
..
api-html licenses: Add SPDX headers to RST documentation 2020-04-15 19:51:56 +03:00
guides libcamera: pipeline: Pass libcamera controls into pipeline_handler::start() 2020-12-08 14:28:51 +02:00
theme licenses: Add SPDX headers to the website builder and theme 2020-06-09 23:26:12 +03:00
coding-style.rst Documentation: coding-style: Document global variable guidelines 2020-10-07 19:17:31 +09:00
conf.py licenses: Add SPDX headers to the website builder and theme 2020-06-09 23:26:12 +03:00
contributing.rst licenses: Add SPDX headers to RST documentation 2020-04-15 19:51:56 +03:00
docs.rst docs: Markup LD_PRELOAD as code 2020-06-05 09:29:40 +01:00
Doxyfile.in Documentation: Fix Doxygen exclusion of details namespaces 2020-12-27 12:29:26 +02:00
environment_variables.rst Documentation: Add descriptions for environment variables 2020-12-27 12:29:05 +02:00
index.rst Documentation: Add descriptions for environment variables 2020-12-27 12:29:05 +02:00
meson.build Documentation: Restore alphabetical order of sources in meson.build 2020-12-27 12:29:12 +02:00