From b5a6f382ca85e6a1193983602c6707bdd5f36157 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 16 Jan 2010 11:50:09 -0500 Subject: [PATCH] work around warning about /* inside of a comment (gcc 4.4) --- Eigen/src/Core/util/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 54739810d..6e31f1580 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -279,7 +279,7 @@ using Eigen::ei_cos; /** * Just a side note. Commenting within defines works only by documenting -* behind the object (via /*!<../). Comments cannot be multi-line and thus +* behind the object (via '!<'). Comments cannot be multi-line and thus * we have these extra long lines. What is confusing doxygen over here is * that we use '\' and basically have a bunch of typedefs with their * documentation in a single line.