From: Bastian Triller Date: Mon, 22 Sep 2025 13:49:37 +0000 (+0200) Subject: Fix some doxygen, typos and whitespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7c64ff3eec465ef64b348b7838a1f58ff1ff274;p=thirdparty%2Fasterisk.git Fix some doxygen, typos and whitespace --- 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 4e742d2821..cdcdf0af4c 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 Macro() or GoSub() might not make sense as there would be no return points. + NOTE: Using this option from a Macro() or Gosub() might not make sense as there would be no return points.