From: Tilghman Lesher Date: Sat, 17 Dec 2005 18:58:57 +0000 (+0000) Subject: Merged revisions 7519 via svnmerge from X-Git-Tag: 1.4.0-beta1~3182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7786ce49338ad02c32cd895fef80dac5012a244;p=thirdparty%2Fasterisk.git Merged revisions 7519 via svnmerge from /branches/1.2 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7520 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/README.ael b/doc/README.ael index 9fa99e52e1..e2014a4e19 100644 --- a/doc/README.ael +++ b/doc/README.ael @@ -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. +