From 4e3e537982b92aa074e328875dd67703c87f18d4 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 16 Mar 2020 11:28:27 +0100 Subject: [PATCH] fix doxygen file description --- lib/include/srslte/common/crash_handler.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/lib/include/srslte/common/crash_handler.h b/lib/include/srslte/common/crash_handler.h index 39f08977a..8f1610cc5 100644 --- a/lib/include/srslte/common/crash_handler.h +++ b/lib/include/srslte/common/crash_handler.h @@ -19,13 +19,10 @@ * */ -/****************************************************************************** - * File: debug.h - * - * Description: Debug output utilities. - * - * Reference: - *****************************************************************************/ +/** + * @file crash_handler.h + * @brief Common handler to catch segfaults and write backtrace to file. + */ #ifndef SRSLTE_CRASH_HANDLER_H #define SRSLTE_CRASH_HANDLER_H