- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Dec 2009 13:55:32 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv9954
Modified Files:
Overview.html
Log Message:
use new noIDLIn option to remove "in" keywords, that's not needed (and not even described in WebIDL)
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.html 3 Dec 2009 12:47:32 -0000 1.22
+++ Overview.html 3 Dec 2009 13:55:30 -0000 1.23
@@ -14,6 +14,7 @@
// lcEnd: "2009-08-05",
maxTocLevel: 2,
noIDLSorting: true,
+ noIDLIn: true,
editors: [{name:"Dzung Tran",company:"Intel",companyURL:"http://intel.com"},
{name:"Max Froumentin",company:"Opera Software ASA",companyURL:"http://www.opera.com"}]
};
Received on Thursday, 3 December 2009 13:55:41 UTC