aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-01-12 20:34:52 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-01-12 20:34:52 +0100
commita3b94d26c809a5cf9184e0642d90a5f47e2de595 (patch)
tree23a33d6bd18785afa0fe97fcd2402d973cab3ae6 /doc
parent761b3bbb692c515a8c753bd64653b38986534216 (diff)
Remove TOC numbering, and minor improvement in overview.
Diffstat (limited to 'doc')
-rw-r--r--doc/Overview.dox2
-rw-r--r--doc/eigen_navtree_hacks.js3
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 <a href="unsupported/index.html">\em unsupported \em modules </a> 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;
}