aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-01-16 11:50:09 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-01-16 11:50:09 -0500
commitb5a6f382ca85e6a1193983602c6707bdd5f36157 (patch)
tree327276c33964faa125a11b779b4624df7a49f819 /Eigen
parent37d45052288f650471f3414d72b56a7e6e715fc2 (diff)
work around warning about /* inside of a comment (gcc 4.4)
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/util/Macros.h2
1 files changed, 1 insertions, 1 deletions
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.