From 87e4550585c643e97e0003119b254251ac5ed1d4 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 20 Jun 2017 00:17:59 +0200 Subject: doxygen: enable AUTOBRIEF, drop \brief Especially for short descriptions, it is annoying to have to type \brief for every single API doc. Drop all \brief and enable the AUTOBRIEF feature of doxygen, which always takes the first sentence of an API doc as the brief description. Change-Id: I11a8a821b065a128108641a2a63fb5a2b1916e87 --- src/gsm/lapd_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gsm/lapd_core.c') diff --git a/src/gsm/lapd_core.c b/src/gsm/lapd_core.c index b7a95399..4ad75568 100644 --- a/src/gsm/lapd_core.c +++ b/src/gsm/lapd_core.c @@ -23,7 +23,7 @@ /*! \addtogroup lapd * @{ - * \brief Osmocom LAPD core, used for Q.921, LAPDm and others + * Osmocom LAPD core, used for Q.921, LAPDm and others */ /*! \file lapd_core.c */ @@ -332,7 +332,7 @@ void lapd_dl_exit(struct lapd_datalink *dl) dl->tx_hist = NULL; } -/*! \brief Set the \ref lapdm_mode of a LAPDm entity */ +/*! Set the \ref lapdm_mode of a LAPDm entity */ int lapd_set_mode(struct lapd_datalink *dl, enum lapd_mode mode) { switch (mode) { -- cgit v1.2.3