From 1e91dfa5dfc9e8185184ed70e1f76c6887b8f597 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Sat, 17 Dec 2005 18:55:38 +0000 Subject: [PATCH] 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 --- doc/README.ael | 8 ++++++++ 1 file changed, 8 insertions(+) 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. +