]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 7519 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 17 Dec 2005 18:58:57 +0000 (18:58 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sat, 17 Dec 2005 18:58:57 +0000 (18:58 +0000)
/branches/1.2

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7520 65c4cc65-6c06-0410-ace0-fbb531ad65f3

doc/README.ael

index 9fa99e52e115040c7a983259e91755713a395f0d..e2014a4e192b44cae826888412735a89b877ab43 100644 (file)
@@ -263,3 +263,11 @@ hangup:
        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.
+