Escape hash character in docs as required by doxygen.

This commit is contained in:
Jitse Niesen 2011-03-03 15:19:11 +00:00
parent 99fa279ed1
commit 1180ede36d

View File

@ -2,7 +2,7 @@ namespace Eigen {
/** \page TopicPreprocessorDirectives Preprocessor directives /** \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. 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. This page lists the preprocesor tokens recognised by Eigen.