mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Doxygen fixes.
Also fix a common typo I kept seeing (arguement) in various files. Closes issue #11222, patch by snuffy (with arguement > argument by me). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -386,7 +386,7 @@ struct unistim_line {
|
||||
ast_mutex_t lock;
|
||||
/*! Like 200 */
|
||||
char name[80];
|
||||
/*! Like USTM/200@black */
|
||||
/*! Like USTM/200\@black */
|
||||
char fullname[80];
|
||||
/*! pointer to our current connection, channel... */
|
||||
struct unistim_subchannel *subs[MAX_SUBS];
|
||||
|
Reference in New Issue
Block a user