aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Overview.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-08-30 11:10:08 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-08-30 11:10:08 +0200
commit9c9e23858ee763381e56d1924253207a88ffb9c6 (patch)
treeaf197f6e5adce7c7fc7a5f15b16aab64fe54b097 /doc/Overview.dox
parentcffe8bbff774fa46d874d26901f14ac14558bf19 (diff)
Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics
Diffstat (limited to 'doc/Overview.dox')
-rw-r--r--doc/Overview.dox4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Overview.dox b/doc/Overview.dox
index 9ab96233a..dbb49bd21 100644
--- a/doc/Overview.dox
+++ b/doc/Overview.dox
@@ -17,7 +17,9 @@ You're a MatLab user? There is also a <a href="AsciiQuickReference.txt">short AS
The \b main \b documentation is organized into \em chapters covering different domains of features.
They are themselves composed of \em user \em manual pages describing the different features in a comprehensive way, and \em reference pages that gives you access to the API documentation through the related Eigen's \em modules and \em classes.
-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...
+Under the \subpage UserManual_CustomizingEigen section, you will find discussions and examples on extending %Eigen's features and supporting custom scalar types.
+
+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, useful to quickly get to the documentation of a given class or function.