2009/dap/file-system/pub/FileWriter Overview.html,1.9,1.10

Update of /sources/public/2009/dap/file-system/pub/FileWriter
In directory hutz:/tmp/cvs-serv14515/FileWriter

Modified Files:
	Overview.html 
Log Message:
Next tweak for pub for FileWriter--fix some bad DT tags.


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/pub/FileWriter/Overview.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Overview.html	15 Apr 2011 23:31:11 -0000	1.9
+++ Overview.html	15 Apr 2011 23:34:26 -0000	1.10
@@ -212,7 +212,7 @@
                 </tr>
               </tbody></table>
             </td></tr></table>
-        <table class="exceptions"><tr><th>Exception</th><th>Description</th></tr><tr><td class="excName"><a href="#idl-def-FileException" class="idlType"><code>FileException</code></a></td><td class="excDesc"></table><div><em>Return type: </em><code><a>void</a></code></div></dd><code>append</code></dt><dd>
+        <table class="exceptions"><tr><th>Exception</th><th>Description</th></tr><tr><td class="excName"><a href="#idl-def-FileException" class="idlType"><code>FileException</code></a></td><td class="excDesc"></table><div><em>Return type: </em><code><a>void</a></code></div></dd><dt><code>append</code></dt><dd>
           <p>
           Appends the supplied <a href="#dfn-blob" class="internalDFN">Blob</a> to the current contents of the
           <code>BlobBuilder</code>.
@@ -220,7 +220,7 @@
           
         <table class="parameters"><tr><th>Parameter</th><th>Type</th><th>Nullable</th><th>Optional</th><th>Description</th></tr><tr><td class="prmName">data</td><td class="prmType"><code><a>in Blob</a></code></td><td class="prmNullFalse">?</td><td class="prmOptFalse">?</td><td class="prmDesc">
               The data to append.
-            </td></tr></table><div><em>No exceptions.</em></div><div><em>Return type: </em><code><a>void</a></code></div></dd><code>append</code></dt><dd>
+            </td></tr></table><div><em>No exceptions.</em></div><div><em>Return type: </em><code><a>void</a></code></div></dd><dt><code>append</code></dt><dd>
           <p>
           Appends the supplied <a href="#dfn-arraybuffer" class="internalDFN">ArrayBuffer</a> to the current contents of the
           <code>BlobBuilder</code>.
@@ -228,7 +228,7 @@
           
         <table class="parameters"><tr><th>Parameter</th><th>Type</th><th>Nullable</th><th>Optional</th><th>Description</th></tr><tr><td class="prmName">data</td><td class="prmType"><code><a>in ArrayBuffer</a></code></td><td class="prmNullFalse">?</td><td class="prmOptFalse">?</td><td class="prmDesc">
               The data to append.
-            </td></tr></table><div><em>No exceptions.</em></div><div><em>Return type: </em><code><a>void</a></code></div></dd><dt id="widl-BlobBuilder-getBlob"><code>getBlob</code></dt><dd>
+            </td></tr></table><div><em>No exceptions.</em></div><div><em>Return type: </em><code><a>void</a></code></div></dd><dt><code>getBlob</code></dt><dd>
           <p>
           Returns the current contents of the <code>BlobBuilder</code> as a
           <code>Blob</code>.

Received on Friday, 15 April 2011 23:34:29 UTC