application.c: drop wrong \references of osmo_init_ignore_signals()

Change-Id: Ib08e15dd5d811662de46a1dfdb676b9a5b66b529
This commit is contained in:
Vadim Yanitskiy 2019-04-25 02:22:52 +07:00
parent 9838c9070f
commit ff04a85812
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static void sighup_hdlr(int signal)
log_targets_reopen();
}
/*! Ignore \ref SIGPIPE, \ref SIGALRM, \ref SIGHUP and \ref SIGIO */
/*! Ignore SIGPIPE, SIGALRM, SIGHUP and SIGIO */
void osmo_init_ignore_signals(void)
{
/* Signals that by default would terminate */