aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-03-03 15:19:11 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-03-03 15:19:11 +0000
commit1180ede36d51c1beb62983f2e700562dbc618dea (patch)
treecb39a8a56dda5f83dd798eb79b6a87b5e23ca05f /doc
parent99fa279ed1477da691d8c6da51a9e9382fcfa2e1 (diff)
Escape hash character in docs as required by doxygen.
Diffstat (limited to 'doc')
-rw-r--r--doc/I14_PreprocessorDirectives.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/I14_PreprocessorDirectives.dox b/doc/I14_PreprocessorDirectives.dox
index b20b1f000..fb83f94dc 100644
--- a/doc/I14_PreprocessorDirectives.dox
+++ b/doc/I14_PreprocessorDirectives.dox
@@ -2,7 +2,7 @@ namespace Eigen {
/** \page TopicPreprocessorDirectives Preprocessor directives
-You can control some aspects of Eigen by defining the preprocessor tokens using \c #define. These macros
+You can control some aspects of Eigen by defining the preprocessor tokens using \c \#define. These macros
should be defined before any Eigen headers are included. Often they are best set in the project options.
This page lists the preprocesor tokens recognised by Eigen.