summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libcamera/camera.cpp1
-rw-r--r--src/libcamera/camera_manager.cpp1
-rw-r--r--src/libcamera/framebuffer.cpp5
-rw-r--r--src/libcamera/request.cpp1
4 files changed, 7 insertions, 1 deletions
diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
index f89510ea..3c8f30d5 100644
--- a/src/libcamera/camera.cpp
+++ b/src/libcamera/camera.cpp
@@ -118,6 +118,7 @@
*/
/**
+ * \internal
* \file libcamera/internal/camera.h
* \brief Internal camera device handling
*/
diff --git a/src/libcamera/camera_manager.cpp b/src/libcamera/camera_manager.cpp
index 95a9e326..5a21132a 100644
--- a/src/libcamera/camera_manager.cpp
+++ b/src/libcamera/camera_manager.cpp
@@ -23,6 +23,7 @@
*/
/**
+ * \internal
* \file libcamera/internal/camera_manager.h
* \brief Internal camera manager support
*/
diff --git a/src/libcamera/framebuffer.cpp b/src/libcamera/framebuffer.cpp
index 63d679cb..f39db122 100644
--- a/src/libcamera/framebuffer.cpp
+++ b/src/libcamera/framebuffer.cpp
@@ -16,7 +16,10 @@
/**
* \file libcamera/framebuffer.h
* \brief Frame buffer handling
- *
+ */
+
+/**
+ * \internal
* \file libcamera/internal/framebuffer.h
* \brief Internal frame buffer handling support
*/
diff --git a/src/libcamera/request.cpp b/src/libcamera/request.cpp
index fdf12c1e..24fa3a57 100644
--- a/src/libcamera/request.cpp
+++ b/src/libcamera/request.cpp
@@ -29,6 +29,7 @@
*/
/**
+ * \internal
* \file libcamera/internal/request.h
* \brief Internal support for request handling
*/