fix doxygen file description

This commit is contained in:
Andre Puschmann 2020-03-16 11:28:27 +01:00
parent cf4f4508ce
commit 4e3e537982
1 changed files with 4 additions and 7 deletions

View File

@ -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