Remove TOC numbering, and minor improvement in overview.

This commit is contained in:
Gael Guennebaud 2013-01-12 20:34:52 +01:00
parent 761b3bbb69
commit a3b94d26c8
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ They are themselves composed of \em user \em manual pages describing the differe
Under the \subpage UserManual_Generalities section, you will find documentation on more general topics such as preprocessor directives, controlling assertions, multi-threading, MKL support, some Eigen's internal insights, and much more...
Finally, do not miss the search-engine that is convenient to quickly found the documentation of a given class or function.
Finally, do not miss the search engine, useful to quickly get to the documentation of a given class or function.
Want more? Checkout the <a href="unsupported/index.html">\em unsupported \em modules </a> documentation.

View File

@ -26,7 +26,8 @@ function generate_autotoc() {
prefix+="."+indices[1];
}
current.html(prefix + " " + current.html());
// Uncomment to add number prefixes
// current.html(prefix + " " + current.html());
for(var l = levelTag; l < 2; ++l){
indices[l] = 0;
}