aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-17 18:55:38 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-17 18:55:38 +0000
commit4a16f855a32f312b39b9c2dab0c859a30a5a7ece (patch)
tree1a41cd4ed9375d278d3574b7999e2f01906f882f /doc
parentfa20e4eaac6354657939743ec162ad5af8da12bd (diff)
Document that curley braces must be on the same line as the keyword.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7519 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.
+