mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 09:05:06 +03:00
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
parent
cc2139ec63
commit
fd1cbe8447
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue