PR 621: Fix documentation of EIGEN_COMP_EMSCRIPTEN

This commit is contained in:
David Tellenbach 2019-03-21 02:21:04 +01:00
parent e6c183f8fd
commit 3031d57200

View File

@ -180,7 +180,7 @@
#define EIGEN_COMP_ARM 0
#endif
/// \internal EIGEN_COMP_ARM set to 1 if the compiler is ARM Compiler
/// \internal EIGEN_COMP_EMSCRIPTEN set to 1 if the compiler is Emscripten Compiler
#if defined(__EMSCRIPTEN__)
#define EIGEN_COMP_EMSCRIPTEN 1
#else