summaryrefslogtreecommitdiff
path: root/src/libcamera/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/log.cpp')
-rw-r--r--src/libcamera/log.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libcamera/log.cpp b/src/libcamera/log.cpp
index 2a382497..c5345cf0 100644
--- a/src/libcamera/log.cpp
+++ b/src/libcamera/log.cpp
@@ -14,7 +14,7 @@
#include "utils.h"
/**
- * \file log.cpp
+ * \file log.h
* \brief Logging infrastructure
*/
@@ -23,11 +23,11 @@ namespace libcamera {
/**
* \enum LogSeverity
* Log message severity
- * \var Info
+ * \var LogInfo
* Informational message
- * \var Warning
+ * \var LogWarning
* Warning message, signals a potential issue
- * \var Error
+ * \var LogError
* Error message, signals an unrecoverable issue
*/