work around warning about /* inside of a comment (gcc 4.4)

This commit is contained in:
Benoit Jacob 2010-01-16 11:50:09 -05:00
parent 37d4505228
commit b5a6f382ca

View File

@ -279,7 +279,7 @@ using Eigen::ei_cos;
/** /**
* Just a side note. Commenting within defines works only by documenting * 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 * 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 * that we use '\' and basically have a bunch of typedefs with their
* documentation in a single line. * documentation in a single line.