Fix some doxygen, typos and whitespace

This commit is contained in:
Bastian Triller
2025-09-22 15:49:37 +02:00
committed by github-actions[bot]
parent d88cbd0229
commit f7c64ff3ee
12 changed files with 35 additions and 37 deletions

View File

@@ -83,19 +83,19 @@ static struct ao2_container *xmldocs;
/*! \brief Value of the aco_option_type enum as strings */
static char *aco_option_type_string[] = {
"ACL", /* OPT_ACL_T, */
"Boolean", /* OPT_BOOL_T, */
"Boolean", /* OPT_BOOLFLAG_T, */
"String", /* OPT_CHAR_ARRAY_T, */
"Codec", /* OPT_CODEC_T, */
"Custom", /* OPT_CUSTOM_T, */
"Double", /* OPT_DOUBLE_T, */
"Integer", /* OPT_INT_T, */
"None", /* OPT_NOOP_T, */
"ACL", /* OPT_ACL_T, */
"Boolean", /* OPT_BOOL_T, */
"Boolean", /* OPT_BOOLFLAG_T, */
"String", /* OPT_CHAR_ARRAY_T, */
"Codec", /* OPT_CODEC_T, */
"Custom", /* OPT_CUSTOM_T, */
"Double", /* OPT_DOUBLE_T, */
"Integer", /* OPT_INT_T, */
"None", /* OPT_NOOP_T, */
"IP Address", /* OPT_SOCKADDR_T, */
"String", /* OPT_STRINGFIELD_T, */
"String", /* OPT_STRINGFIELD_T, */
"Unsigned Integer", /* OPT_UINT_T, */
"Boolean", /* OPT_YESNO_T, */
"Boolean", /* OPT_YESNO_T, */
"Time Length", /* OPT_TIMELEN_T, */
};
#endif /* AST_XML_DOCS */

View File

@@ -120,7 +120,7 @@
prefixed with one or two underbars ('_').</para>
</note>
<note>
<para>Using this option from a Macro() or GoSub() might not make sense as there would be no return points.</para>
<para>Using this option from a Macro() or Gosub() might not make sense as there would be no return points.</para>
</note>
<note>
<para>This option will override the 'x' option</para>