- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Nov 2009 16:36:22 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv11047/ReSpec.js
Modified Files:
documentation.html
Log Message:
added support for maxTocLevel
Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- documentation.html 12 Nov 2009 17:24:28 -0000 1.24
+++ documentation.html 30 Nov 2009 16:36:20 -0000 1.25
@@ -351,6 +351,12 @@
most is placed first.
</p>
</dd>
+ <dt>maxTocLevel</dt>
+ <dd>
+ If specified, is an integer used to indicate the maximum depth of the ToC. The depth is the
+ 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>wg</dt>
<dd>
The full and official name of the group (WG, IG, CG, XG, TF, etc.) in charge of this document.
@@ -715,6 +721,9 @@
2009-09-15 - added support for typedefs (NEEDS DOCUMENTING); fixed sequence support;
added support for implements (NEEDS DOCUMENTING).
</li>
+ <li>
+ 2009-11-30 - support for authors was added. maxTocLevel support added.
+ </li>
</ul>
</section>
Received on Monday, 30 November 2009 16:36:24 UTC