mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix some doxygen, typos and whitespace
This commit is contained in:
		
				
					committed by
					
						![github-actions[bot]](/avatar/af2ab225b7c0eec44a8d0eba6b5c869a?size=40) github-actions[bot]
						github-actions[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							d88cbd0229
						
					
				
				
					commit
					f7c64ff3ee
				
			| @@ -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 */ | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user