aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/QuickStartGuide.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-01-13 08:30:17 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-01-13 08:30:17 +0000
commitec0b2f900c8850799cf803ab6e0ee64f101e8e9a (patch)
tree5a71fe51905e38f2e8eba493a999189fd9c359ec /doc/QuickStartGuide.dox
parentb179f8e1a49138c4a0e13d4a861a3f670c975386 (diff)
fix a couple of doxygen issues
Diffstat (limited to 'doc/QuickStartGuide.dox')
-rw-r--r--doc/QuickStartGuide.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/QuickStartGuide.dox b/doc/QuickStartGuide.dox
index 446bade0c..9adc95367 100644
--- a/doc/QuickStartGuide.dox
+++ b/doc/QuickStartGuide.dox
@@ -40,7 +40,7 @@ There is no library to link to. For good performance, add the \c -O2 compile-fla
On the x86 architecture, the SSE2 instruction set is not enabled by default. Use \c -msse2 to enable it, and Eigen will then automatically enable its vectorized paths. On x86-64 and AltiVec-based architectures, vectorization is enabled by default.
-<a name="warningarraymodule" />
+<a name="warningarraymodule"></a>
\warning \redstar In most cases it is enough to include the \c Eigen/Core header only to get started with Eigen. However, some features presented in this tutorial require the Array module to be included (\c \#include \c <Eigen/Array>). Those features are highlighted with a red star \redstar.
\section TutorialCoreSimpleExampleFixedSize Simple example with fixed-size matrices and vectors