From b9f0eabd930375ac75ce1ee47bca588cc0a76fc9 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 6 Jun 2012 15:36:08 +0200 Subject: [PATCH] discourage users to user developer preprocessor directives --- doc/I14_PreprocessorDirectives.dox | 3 +-- 1 file changed, 1 insertion(+), 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.