List:Commits« Previous MessageNext Message »
From:jon Date:July 7 2006 12:31pm
Subject:svn commit - mysqldoc@docsrva: r2676 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2006-07-07 14:31:28 +0200 (Fri, 07 Jul 2006)
New Revision: 2676

Log:

Reformat.



Modified:
   trunk/ndbapi/errors.xml
   trunk/ndbapi/ndb-classes.xml

Modified: trunk/ndbapi/errors.xml
===================================================================
--- trunk/ndbapi/errors.xml	2006-07-07 12:30:55 UTC (rev 2675)
+++ trunk/ndbapi/errors.xml	2006-07-07 12:31:28 UTC (rev 2676)
@@ -810,11 +810,13 @@
             </tbody>
           </tgroup>
         </informaltable>
-        
+
       </section>
+
       <section id="ndb-error-codes-constraintviolation">
+
         <title><literal>ConstraintViolation</literal> Errors</title>
-        
+
         <informaltable>
           <tgroup cols="4">
             <colspec colwidth="10*"/>

Modified: trunk/ndbapi/ndb-classes.xml
===================================================================
--- trunk/ndbapi/ndb-classes.xml	2006-07-07 12:30:55 UTC (rev 2675)
+++ trunk/ndbapi/ndb-classes.xml	2006-07-07 12:31:28 UTC (rev 2676)
@@ -1854,7 +1854,9 @@
 
           <para>
             This method takes two parameters:
+
             <itemizedlist>
+
               <listitem>
                 <para>
                   <replaceable>timeoutBefore</replaceable> determines
@@ -1864,17 +1866,20 @@
                   the method immediately returns a negative value.
                 </para>
               </listitem>
+
               <listitem>
                 <para>
                   <replaceable>timeoutAfter</replaceable> determines the
                   number of seconds to wait after the first
-                  <quote>live</quote> node is detected for all nodes to 
+                  <quote>live</quote> node is detected for all nodes to
                   become active. If this amount of time is exceeded
                   without all nodes becoming active, then the method
                   immediately returns a value greater than zero.
                 </para>
               </listitem>
+
             </itemizedlist>
+
             If this method returns <literal>0</literal>, then all nodes
             are <quote>live</quote>.
           </para>
@@ -1895,7 +1900,7 @@
               <listitem>
                 <para>
                   <emphasis role="bold"><literal>=
-                    0</literal></emphasis>: All nodes are
+                  0</literal></emphasis>: All nodes are
                   <quote>live</quote>.
                 </para>
               </listitem>
@@ -1903,16 +1908,17 @@
               <listitem>
                 <para>
                   <emphasis role="bold"><literal>&gt;
-                    0</literal></emphasis>: At least one node is
+                  0</literal></emphasis>: At least one node is
                   <quote>live</quote> (however, it is not known whether
-                  <emphasis>all</emphasis> nodes are <quote>live</quote>).
+                  <emphasis>all</emphasis> nodes are
+                  <quote>live</quote>).
                 </para>
               </listitem>
 
               <listitem>
                 <para>
                   <emphasis role="bold"><literal>&lt;
-                    0</literal></emphasis>: An error occurred.
+                  0</literal></emphasis>: An error occurred.
                 </para>
               </listitem>
 
@@ -12584,13 +12590,11 @@
               </row>
               <row>
                 <entry><literal>getTable()</literal></entry>
-                <entry>Gets the <literal>Table</literal> object on which the event is
-                  defined</entry>
+                <entry>Gets the <literal>Table</literal> object on which the event is defined</entry>
               </row>
               <row>
                 <entry><literal>getTableName()</literal></entry>
-                <entry>Gets the name of the table on which the event is
-                  defined</entry>
+                <entry>Gets the name of the table on which the event is defined</entry>
               </row>
               <row>
                 <entry><literal>getTableEvent()</literal></entry>
@@ -12606,8 +12610,7 @@
               </row>
               <row>
                 <entry><literal>getNoOfEventColumns()</literal></entry>
-                <entry>Gets the number of columns for which an event is
-                  defined</entry>
+                <entry>Gets the number of columns for which an event is defined</entry>
               </row>
               <row>
                 <entry><literal>getEventColumn()</literal></entry>
@@ -12631,8 +12634,7 @@
               </row>
               <row>
                 <entry><literal>setTable()</literal></entry>
-                <entry>Sets the <literal>Table</literal> object on which the event is
-                  defined</entry>
+                <entry>Sets the <literal>Table</literal> object on which the event is defined</entry>
               </row>
               <row>
                 <entry><literal>addTableEvent()</literal></entry>
@@ -12652,8 +12654,7 @@
               </row>
               <row>
                 <entry><literal>addEventColumns()</literal></entry>
-                <entry>Adds multiple columns on which events should be
-                  detected</entry>
+                <entry>Adds multiple columns on which events should be detected</entry>
               </row>
               <row>
                 <entry><literal>mergeEvents()</literal></entry>
@@ -19760,6 +19761,7 @@
               </para>
 
             </formalpara>
+
 <!--
             <formalpara>
 
@@ -19773,6 +19775,7 @@
 
             </formalpara>
 -->
+
           </section>
 
           <section id="class-table-getobjecttype">
@@ -21341,6 +21344,7 @@
               </para>
 
             </formalpara>
+
 <!--
             <formalpara>
 
@@ -21354,6 +21358,7 @@
 
             </formalpara>
 -->
+
           </section>
 
           <section id="class-table-setmaxrows">
@@ -28825,8 +28830,8 @@
         <title>Public Types</title>
 
         <para>
-          The <literal>NdbIndexOperation</literal> class defines no public
-          types of its own.
+          The <literal>NdbIndexOperation</literal> class defines no
+          public types of its own.
         </para>
 
       </formalpara>

Thread
svn commit - mysqldoc@docsrva: r2676 - trunk/ndbapijon7 Jul