mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +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
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user