[asterisk-commits] branch 1.2 - r7519 /branches/1.2/doc/README.ael

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Dec 17 12:55:39 CST 2005


Author: tilghman
Date: Sat Dec 17 12:55:38 2005
New Revision: 7519

URL: http://svn.digium.com/view/asterisk?rev=7519&view=rev
Log:
Document that curley braces must be on the same line as the keyword.

Modified:
    branches/1.2/doc/README.ael

Modified: branches/1.2/doc/README.ael
URL: http://svn.digium.com/view/asterisk/branches/1.2/doc/README.ael?rev=7519&r1=7518&r2=7519&view=diff
==============================================================================
--- branches/1.2/doc/README.ael (original)
+++ branches/1.2/doc/README.ael Sat Dec 17 12:55:38 2005
@@ -263,3 +263,11 @@
 	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.
+



More information about the asterisk-commits mailing list