From fd1cbe84476b25b458c3dbe78ec6c55e774ce435 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 22 May 2021 00:06:17 +0300 Subject: libcamera: log: Hide value of the ASSERT() macro ASSERT() is a function-like macro that expands to internal code. Hide the expansion from the generated documentation, as it would only confuse the reader. Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Fricke Reviewed-by: Umang Jain --- src/libcamera/log.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/libcamera/log.cpp b/src/libcamera/log.cpp index 98595224..dd991647 100644 --- a/src/libcamera/log.cpp +++ b/src/libcamera/log.cpp @@ -990,6 +990,7 @@ LogMessage _log(const LogCategory *category, LogSeverity severity, /** * \def ASSERT(condition) + * \hideinitializer * \brief Abort program execution if assertion fails * * If \a condition is false, ASSERT() logs an error message with the Fatal log -- cgit v1.2.1