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