From a0f1e460fe90284674e45c6ea692b48fa4e5cc53 Mon Sep 17 00:00:00 2001 From: Bastian Triller Date: Sun, 21 Sep 2025 11:59:48 +0200 Subject: [PATCH] Fix some doxygen, typos and whitespace --- agi/eagi-sphinx-test.c | 2 +- apps/app_dial.c | 2 +- apps/app_queue.c | 2 +- channels/chan_pjsip.c | 2 +- configs/samples/manager.conf.sample | 2 +- include/asterisk/config_options.h | 10 +++++----- include/asterisk/logger.h | 16 +++++++++------- include/asterisk/refer.h | 4 ---- main/config_options.c | 22 +++++++++++----------- main/features.c | 2 +- res/res_fax.c | 4 ++-- res/res_pjsip_session.c | 4 ++-- 12 files changed, 35 insertions(+), 37 deletions(-) diff --git a/agi/eagi-sphinx-test.c b/agi/eagi-sphinx-test.c index c7f6997c2d..df712a0956 100644 --- a/agi/eagi-sphinx-test.c +++ b/agi/eagi-sphinx-test.c @@ -12,7 +12,7 @@ * This code is released into public domain * without any warranty of any kind. * - * \ingroup agi + * \ingroup agi */ #include diff --git a/apps/app_dial.c b/apps/app_dial.c index 4e583ab783..78b4a77cc8 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -214,7 +214,7 @@ and start execution at that location. NOTE: Any channel variables you want the called channel to inherit from the caller channel must be prefixed with one or two underbars ('_'). - NOTE: Using this option from a GoSub() might not make sense as there would be no return points. + NOTE: Using this option from a Gosub() might not make sense as there would be no return points.