You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/19 20:26:08 UTC

cvs commit: jakarta-commons/jexl/xdocs/reference syntax.xml

dion        2004/08/19 11:26:07

  Modified:    jexl/xdocs/reference syntax.xml
  Log:
  start on syntax
  
  Revision  Changes    Path
  1.2       +14 -0     jakarta-commons/jexl/xdocs/reference/syntax.xml
  
  Index: syntax.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/xdocs/reference/syntax.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- syntax.xml	19 Aug 2004 17:17:52 -0000	1.1
  +++ syntax.xml	19 Aug 2004 18:26:07 -0000	1.2
  @@ -22,6 +22,20 @@
   
     <body>
       <section name="Syntax">
  +      <table>
  +        <tr><th>Item</th><th>Description</th></tr>
  +        <tr>
  +          <td>Comments</td>
  +          <td>
  +            Specified using <code>##</code> and extend to the end of line, e.g.
  +            <source>## This is a comment</source>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>Integer Literals</td>
  +          <td>1 or more digits from <code>0</code> to <code>9</code></td>
  +        </tr>
  +      </table>
       </section>
     </body>
   </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org