- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Dec 2009 11:27:26 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv3176/ReSpec.js
Modified Files:
documentation.html
Log Message:
Support option not to sort IDL descriptions
Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- documentation.html 30 Nov 2009 16:36:20 -0000 1.25
+++ documentation.html 2 Dec 2009 11:27:24 -0000 1.26
@@ -357,6 +357,13 @@
number of numbering levels, so for instance 4.19.5 is at depth 3. The first level is always
included in the ToC (otherwise there would be no ToC).
</dd>
+ <dt>noIDLSorting</dt>
+ <dd>
+ By default, the generated WebIDL is produced in the order in which it is in the document, but
+ the generated HTML descriptions that match are sorted (this behaviour matches that found in
+ the DOM specifications). Setting this option to true causes the generated HTML to also be in
+ document order.
+ </dd>
<dt>wg</dt>
<dd>
The full and official name of the group (WG, IG, CG, XG, TF, etc.) in charge of this document.
Received on Wednesday, 2 December 2009 11:27:28 UTC