mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 20:25:29 +00:00
A lot of doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
* \brief Structures for AEL - the Asterisk extension language
|
||||
*
|
||||
* \ref pbx_ael.c
|
||||
* \todo document this file (ael.h)
|
||||
*/
|
||||
|
||||
#ifndef _ASTERISK_AEL_STRUCTS_H
|
||||
@@ -113,8 +114,8 @@ struct ael_extension
|
||||
struct ael_priority *plist_last;
|
||||
struct ael_extension *next_exten;
|
||||
|
||||
struct ael_priority *loop_break; /* set by latest loop for breaks */
|
||||
struct ael_priority *loop_continue; /* set by lastest loop for continuing */
|
||||
struct ael_priority *loop_break; /*!< set by latest loop for breaks */
|
||||
struct ael_priority *loop_continue; /*!< set by lastest loop for continuing */
|
||||
struct ael_priority *return_target;
|
||||
int return_needed;
|
||||
};
|
||||
|
Reference in New Issue
Block a user