aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-06-06 15:36:08 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-06-06 15:36:08 +0200
commitb9f0eabd930375ac75ce1ee47bca588cc0a76fc9 (patch)
treebf28090a2efe094ff57b1ecd6033b194dc0cdd37 /doc
parent84d20720b2e336345bdb588d6c7ff964c6ad8ff9 (diff)
discourage users to user developer preprocessor directives
Diffstat (limited to 'doc')
-rw-r--r--doc/I14_PreprocessorDirectives.dox3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/I14_PreprocessorDirectives.dox b/doc/I14_PreprocessorDirectives.dox
index e835b3b80..2826a7f50 100644
--- a/doc/I14_PreprocessorDirectives.dox
+++ b/doc/I14_PreprocessorDirectives.dox
@@ -92,8 +92,7 @@ following macros are supported; none of them are defined by default.
\section TopicPreprocessorDirectivesDevelopers Macros for Eigen developers
-These macros are mainly meant for people developing %Eigen and for testing purposes. However, they can also be
-useful for power users and the curious.
+These macros are mainly meant for people developing %Eigen and for testing purposes. Even though, they might be useful for power users and the curious for debugging and testing purpose, they \b should \b not \b be \b used by real-word code.
- \b EIGEN_DEFAULT_TO_ROW_MAJOR - when defined, the default storage order for matrices becomes row-major
instead of column-major. Not defined by default.