From a3b94d26c809a5cf9184e0642d90a5f47e2de595 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 12 Jan 2013 20:34:52 +0100 Subject: [PATCH] Remove TOC numbering, and minor improvement in overview. --- doc/Overview.dox | 2 +- doc/eigen_navtree_hacks.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Overview.dox b/doc/Overview.dox index e18db4448..d98e17056 100644 --- a/doc/Overview.dox +++ b/doc/Overview.dox @@ -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 \em unsupported \em modules documentation. diff --git a/doc/eigen_navtree_hacks.js b/doc/eigen_navtree_hacks.js index 6b021c749..bd7e02b38 100644 --- a/doc/eigen_navtree_hacks.js +++ b/doc/eigen_navtree_hacks.js @@ -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; }