mpoeschl    02/03/14 12:24:05

  Modified:    xdocs    schema-reference.xml
  Log:
  add description for description attributes
  
  Revision  Changes    Path
  1.3       +12 -3     jakarta-turbine-torque/xdocs/schema-reference.xml
  
  Index: schema-reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/schema-reference.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- schema-reference.xml      6 Nov 2001 21:19:37 -0000       1.2
  +++ schema-reference.xml      14 Mar 2002 20:24:05 -0000      1.3
  @@ -176,14 +176,15 @@
              skipSql="false"
              baseClass="com.myapp.om.table.BaseClass"
              basePeer="com.myapp.om.table.BasePeer"
  -           javaNamingMethod="underscore">
  +           javaNamingMethod="underscore"
  +           description="table for torque tests">
   
              <!-- column information here -->
   
            </table>]]>
          </source>
          <p>
  -         The table element has 9 attributes associated with it, they are:
  +         The table element has 10 attributes associated with it, they are:
          </p>
          <p>
            <table>
  @@ -225,6 +226,10 @@
                  name of the coresponding OM object.  this attribute overides the
                  defaultJavaNamingMethod attribute of the database element</td>
              </tr>
  +           <tr>
  +             <td>description</td>
  +             <td>used for doc generation</td>
  +           </tr>
            </table>
          </p>
   
  @@ -286,7 +291,7 @@
            </column>]]>
          </source>
          <p>
  -         The column element has 10 attributes associated with it, they are:
  +         The column element has 11 attributes associated with it, they are:
          </p>
          <p>
            <table>
  @@ -330,6 +335,10 @@
                <td>Specifies how the name attribute is converted to the Java class
                  name of the coresponding OM object.  this attribute overides the
                  defaultJavaNamingMethod attribute of the database element</td>
  +           </tr>
  +           <tr>
  +             <td>description</td>
  +             <td>used for doc generation</td>
              </tr>
              </tr>
            </table>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to