mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
work around warning about /* inside of a comment (gcc 4.4)
This commit is contained in:
parent
37d4505228
commit
b5a6f382ca
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user