Neels Hofmeyr has submitted this change and it was merged. Change subject: doxygen: enable AUTOBRIEF, drop \brief ......................................................................
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 --- M Doxyfile.codec.in M Doxyfile.coding.in M Doxyfile.core.in M Doxyfile.gb.in M Doxyfile.gsm.in M Doxyfile.vty.in M include/osmocom/codec/codec.h M include/osmocom/coding/gsm0503_coding.h M include/osmocom/coding/gsm0503_interleaving.h M include/osmocom/coding/gsm0503_mapping.h M include/osmocom/coding/gsm0503_parity.h M include/osmocom/coding/gsm0503_tables.h M include/osmocom/core/application.h M include/osmocom/core/bitXXgen.h.tpl M include/osmocom/core/bitcomp.h M include/osmocom/core/bits.h M include/osmocom/core/bitvec.h M include/osmocom/core/byteswap.h M include/osmocom/core/conv.h M include/osmocom/core/crcXXgen.h.tpl M include/osmocom/core/defs.h M include/osmocom/core/fsm.h M include/osmocom/core/gsmtap.h M include/osmocom/core/gsmtap_util.h M include/osmocom/core/linuxlist.h M include/osmocom/core/logging.h M include/osmocom/core/msgb.h M include/osmocom/core/panic.h M include/osmocom/core/prim.h M include/osmocom/core/rate_ctr.h M include/osmocom/core/select.h M include/osmocom/core/sercomm.h M include/osmocom/core/signal.h M include/osmocom/core/socket.h M include/osmocom/core/stat_item.h M include/osmocom/core/statistics.h M include/osmocom/core/strrb.h M include/osmocom/core/timer.h M include/osmocom/core/timer_compat.h M include/osmocom/core/utils.h M include/osmocom/core/write_queue.h M include/osmocom/crypt/auth.h M include/osmocom/gprs/gprs_bssgp.h M include/osmocom/gprs/gprs_ns.h M include/osmocom/gprs/gprs_rlc.h M include/osmocom/gprs/protocol/gsm_08_16.h M include/osmocom/gprs/protocol/gsm_08_18.h M include/osmocom/gsm/a5.h M include/osmocom/gsm/abis_nm.h M include/osmocom/gsm/gsm_utils.h M include/osmocom/gsm/kasumi.h M include/osmocom/gsm/l1sap.h M include/osmocom/gsm/lapd_core.h M include/osmocom/gsm/lapdm.h M include/osmocom/gsm/oap.h M include/osmocom/gsm/protocol/gsm_04_08.h M include/osmocom/gsm/protocol/gsm_08_08.h M include/osmocom/gsm/protocol/gsm_08_58.h M include/osmocom/gsm/protocol/gsm_12_21.h M include/osmocom/gsm/rsl.h M include/osmocom/gsm/tlv.h M include/osmocom/sim/sim.h M include/osmocom/vty/command.h M include/osmocom/vty/telnet_interface.h M include/osmocom/vty/vty.h M src/application.c M src/backtrace.c M src/bitcomp.c M src/bits.c M src/bitvec.c M src/codec/gsm610.c M src/codec/gsm620.c M src/codec/gsm690.c M src/coding/gsm0503_coding.c M src/coding/gsm0503_interleaving.c M src/coding/gsm0503_mapping.c M src/coding/gsm0503_parity.c M src/coding/gsm0503_tables.c M src/conv.c M src/crc16.c M src/crcXXgen.c.tpl M src/ctrl/control_if.c M src/ctrl/fsm_ctrl_commands.c M src/fsm.c M src/gb/gprs_bssgp_bss.c M src/gb/gprs_ns.c M src/gsm/a5.c M src/gsm/abis_nm.c M src/gsm/auth_core.c M src/gsm/comp128.c M src/gsm/comp128v23.c M src/gsm/gan.c M src/gsm/gea.c M src/gsm/gprs_cipher_core.c M src/gsm/gprs_rlc.c M src/gsm/gsm0341.c M src/gsm/gsm0411_smc.c M src/gsm/gsm0411_utils.c M src/gsm/gsm0808.c M src/gsm/gsm0808_utils.c M src/gsm/gsm48.c M src/gsm/gsm48_ie.c M src/gsm/gsm_04_08_gprs.c M src/gsm/gsm_utils.c M src/gsm/gsup.c M src/gsm/ipa.c M src/gsm/lapd_core.c M src/gsm/lapdm.c M src/gsm/oap.c M src/gsm/rsl.c M src/gsm/sysinfo.c M src/gsm/tlv_parser.c M src/gsmtap_util.c M src/logging.c M src/logging_gsmtap.c M src/logging_syslog.c M src/loggingrb.c M src/macaddr.c M src/msgb.c M src/panic.c M src/plugin.c M src/prim.c M src/rate_ctr.c M src/select.c M src/sercomm.c M src/serial.c M src/signal.c M src/sim/core.c M src/socket.c M src/stat_item.c M src/strrb.c M src/timer.c M src/timer_gettimeofday.c M src/utils.c M src/vty/command.c M src/vty/fsm_vty.c M src/vty/logging_vty.c M src/vty/stats_vty.c M src/vty/telnet_interface.c M src/vty/utils.c M src/vty/vector.c M src/vty/vty.c M src/write_queue.c M utils/conv_gen.py 144 files changed, 1,572 insertions(+), 1,573 deletions(-) Approvals: Neels Hofmeyr: Looks good to me, approved Jenkins Builder: Verified -- To view, visit https://gerrit.osmocom.org/2983 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I11a8a821b065a128108641a2a63fb5a2b1916e87 Gerrit-PatchSet: 4 Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Owner: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Neels Hofmeyr <[email protected]>
