aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Overview.dox
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2013-03-19 20:09:13 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2013-03-19 20:09:13 +0100
commit11a9091084a68689a4434a546547c30ca94efbed (patch)
tree72db2e719351329bb57f2eab84a89bacb596a9a3 /doc/Overview.dox
parentaba50d842e757d5290c028c9e67e22a3ebd357b4 (diff)
fix a weird bug where a space was missing before a link
Diffstat (limited to 'doc/Overview.dox')
-rw-r--r--doc/Overview.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Overview.dox b/doc/Overview.dox
index d98e17056..9ab96233a 100644
--- a/doc/Overview.dox
+++ b/doc/Overview.dox
@@ -17,7 +17,7 @@ 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_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.