aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-17 18:58:57 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-17 18:58:57 +0000
commitda85cc11fd7d1a487effea3faef83e789d23001e (patch)
tree8f3f5241aa9a8d6ae758c05cbfa8335aeefea8fd /doc
parent3b0c2b6f8dd80b0288c8163f03784fb6cd236259 (diff)
Merged revisions 7519 via svnmerge from
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7520 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/README.ael8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/README.ael b/doc/README.ael
index 9fa99e52e..e2014a4e1 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.
+