aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Constants.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-08-07 10:45:02 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-08-07 10:45:02 +0200
commit3602926ed57213e9ac04121efcc1dc19b22c8101 (patch)
tree0463a4c72a5c8b054e9ccbb40e363c2af54e9e4d /Eigen/src/Core/util/Constants.h
parentce57dbd937ca250863d4d52f3d0940d57551a25c (diff)
Mark ALignedBit as deprecated.
Diffstat (limited to 'Eigen/src/Core/util/Constants.h')
-rw-r--r--Eigen/src/Core/util/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h
index 3e811a173..8fcde07d3 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -140,7 +140,7 @@ const unsigned int LvalueBit = 0x20;
*/
const unsigned int DirectAccessBit = 0x40;
-/* \ingroup flags
+/** \deprecated \ingroup flags
*
* means the first coefficient packet is guaranteed to be aligned.
* An expression cannot has the AlignedBit without the PacketAccessBit flag.