mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 00:46:17 +00:00
lib/igt_core: Fixup gtkdoc for logging functions
Without the () gtkdoc won't recognize them as function references. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
bcb2c65a14
commit
3f50598fb7
@ -457,7 +457,7 @@ void igt_vlog(enum igt_log_level level, const char *format, va_list args);
|
|||||||
* igt_debug:
|
* igt_debug:
|
||||||
* @...: format string and optional arguments
|
* @...: format string and optional arguments
|
||||||
*
|
*
|
||||||
* Wrapper for igt_log for message at the IGT_LOG_DEBUG level.
|
* Wrapper for igt_log() for message at the IGT_LOG_DEBUG level.
|
||||||
*/
|
*/
|
||||||
#define igt_debug(f...) igt_log(IGT_LOG_DEBUG, f)
|
#define igt_debug(f...) igt_log(IGT_LOG_DEBUG, f)
|
||||||
|
|
||||||
@ -465,7 +465,7 @@ void igt_vlog(enum igt_log_level level, const char *format, va_list args);
|
|||||||
* igt_info:
|
* igt_info:
|
||||||
* @...: format string and optional arguments
|
* @...: format string and optional arguments
|
||||||
*
|
*
|
||||||
* Wrapper for igt_log for message at the IGT_LOG_INFO level.
|
* Wrapper for igt_log() for message at the IGT_LOG_INFO level.
|
||||||
*/
|
*/
|
||||||
#define igt_info(f...) igt_log(IGT_LOG_INFO, f)
|
#define igt_info(f...) igt_log(IGT_LOG_INFO, f)
|
||||||
|
|
||||||
@ -473,7 +473,7 @@ void igt_vlog(enum igt_log_level level, const char *format, va_list args);
|
|||||||
* igt_warn:
|
* igt_warn:
|
||||||
* @...: format string and optional arguments
|
* @...: format string and optional arguments
|
||||||
*
|
*
|
||||||
* Wrapper for igt_log for message at the IGT_LOG_WARN level.
|
* Wrapper for igt_log() for message at the IGT_LOG_WARN level.
|
||||||
*/
|
*/
|
||||||
#define igt_warn(f...) igt_log(IGT_LOG_WARN, f)
|
#define igt_warn(f...) igt_log(IGT_LOG_WARN, f)
|
||||||
extern enum igt_log_level igt_log_level;
|
extern enum igt_log_level igt_log_level;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user