mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
Document that curley braces must be on the same line as the keyword.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -263,3 +263,11 @@ hangup:
|
|||||||
i => Playback(invalid);
|
i => Playback(invalid);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Syntax Note
|
||||||
|
------------------------
|
||||||
|
Please note that all opening {'s are on the same line as the keyword. For
|
||||||
|
the time being, that syntax is mandatory. We are looking at ways to allow
|
||||||
|
other syntax in the future for flexibility, but for now, that is the way
|
||||||
|
you must write AEL clauses.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user