aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/AutoDiff
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/AutoDiff')
-rw-r--r--unsupported/Eigen/AutoDiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/AutoDiff b/unsupported/Eigen/AutoDiff
index c6f6ba0b2..229c15e69 100644
--- a/unsupported/Eigen/AutoDiff
+++ b/unsupported/Eigen/AutoDiff
@@ -36,7 +36,7 @@ namespace Eigen {
* templated scalar type wrapper AutoDiffScalar.
*
* Warning : this should NOT be confused with numerical differentiation, which
- * is a different method and has its own module in Eigen.
+ * is a different method and has its own module in Eigen : \ref NumericalDiff_Module.
*
* \code
* #include <unsupported/Eigen/AutoDiff>