mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 07:19:45 +03:00
libcamera: Make all internal headers visible to Doxygen
Two classes that have both public and internal headers, namely Camera and Request, make only their public header visible to Doxygen through a file directive. Fix them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
a458eb1adf
commit
d0ef1b9451
2 changed files with 10 additions and 0 deletions
|
@ -117,6 +117,11 @@
|
|||
* of view is affected by the pipeline.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file libcamera/internal/camera.h
|
||||
* \brief Internal camera device handling
|
||||
*/
|
||||
|
||||
namespace libcamera {
|
||||
|
||||
LOG_DECLARE_CATEGORY(Camera)
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
* \brief Describes a frame capture request to be processed by a camera
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file libcamera/internal/request.h
|
||||
* \brief Internal support for request handling
|
||||
*/
|
||||
|
||||
namespace libcamera {
|
||||
|
||||
LOG_DEFINE_CATEGORY(Request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue