2009/dap/ReSpec.js documentation.html,1.26,1.27

Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv8040

Modified Files:
	documentation.html 
Log Message:
option to remove in from params

Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- documentation.html	2 Dec 2009 11:27:24 -0000	1.26
+++ documentation.html	3 Dec 2009 13:50:05 -0000	1.27
@@ -364,6 +364,11 @@
           the DOM specifications). Setting this option to true causes the generated HTML to also be in
           document order.
         </dd>
+        <dt>noIDLIn</dt>
+        <dd>
+          Historically, IDL parameters have all started with "in", as inherited from OMG IDL. In WebIDL
+          this is optional, and this option turns it off for the entire document.
+        </dd>
         <dt>wg</dt>
         <dd>
           The full and official name of the group (WG, IG, CG, XG, TF, etc.) in charge of this document.
@@ -731,6 +736,9 @@
         <li>
           2009-11-30 - support for authors was added. maxTocLevel support added.
         </li>
+        <li>
+          2009-12-03 - support for optional, arrays, nullable, noIDLIn, and many bugfixes.
+        </li>
       </ul>
     </section>
     

Received on Thursday, 3 December 2009 13:50:09 UTC